- Upload and process documents (PDF, DOCX)
- Extract structures
- Version comparison for document amendments
- Obligation tracking and alerts
- Contract document processing
- Extraction and categorization
- Evolution tracking across versions
- Cross-document dependency detection
GET /api/v1/vector-store/collections/types- Get available collection typesGET /api/v1/vector-store/collections- List all collectionsGET /api/v1/vector-store/collections/:collectionName/stats- Get collection statisticsPOST /api/v1/vector-store/collections/:collectionName- Create/verify collectionPOST /api/v1/vector-store/collections/:collectionName/documents- Add documents to collectionDELETE /api/v1/vector-store/collections/:collectionName/documents- Remove documents from collectionGET /api/v1/vector-store/collections/:collectionName/documents- View documents (with query)POST /api/v1/vector-store/collections/:collectionName/documents/search- Search documents in collection
Collection Types:
regulatory_documents- Regulatory language evolution trackingcontracts- Contract clause evolution and intelligenceleases- Lease abstraction and managementobligations- Obligation tracking and dependency graphsclauses- Clause extraction and evolutioncompliance_patterns- Compliance pattern mining and prediction