- Text content — the extracted or generated portion of the source document.
- Metadata — contextual information such as source, timestamp, or author.
- Optional vector embeddings — numerical representations used for similarity search and reasoning.
- Semantic search and retrieval
- Knowledge graph relationship extraction
- Vector similarity comparison
- Metadata-based filtering and organization
API Endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET | /chunks | List chunks with pagination and filtering. |
| POST | /chunks/search | Perform semantic search with advanced filters. |
| GET | /chunks/ | Retrieve a chunk by its ID. |
| POST | /chunks/ | Update chunk content or metadata. |
| DELETE | /chunks/ | Delete a specific chunk. |