How It Works
- Upload documents (PDF, TXT, MD, DOCX)
- Processing — Documents are chunked and converted into vector embeddings
- Storage — Embeddings are stored in PostgreSQL with pgvector
- Retrieval — When relevant, agents search your knowledge base and include findings in their responses
Adding Documents
Upload files
Drag and drop files or click to browse. Supported formats:
| Format | Extensions |
|---|---|
.pdf | |
| Text | .txt, .md |
| Documents | .docx |
| Spreadsheets | .csv, .xlsx |
Wait for processing
Documents are automatically chunked and embedded. This may take a few moments for large files.
How Agents Use Knowledge
When you ask a question, the agent:- Converts your question into a vector embedding
- Searches the knowledge base for semantically similar chunks
- Includes the most relevant chunks as context
- Generates a response grounded in your documents
Managing Knowledge
- Add new documents at any time
- Remove outdated documents
- Re-sync to update embeddings after document changes
- Test search queries to verify retrieval quality