Uploading Documents¶
Supported Formats¶
RetrievAI supports the following document types:
- PDF (
.pdf) - Word (
.docx) - Plain Text (
.txt) - Markdown (
.md)
Upload Process¶
- Navigate to the Documents section
- Click Upload or drag and drop files
- Wait for processing to complete
Processing Pipeline¶
When you upload a document, it goes through:
- Extraction — Text is extracted from the document
- Chunking — Content is split into semantic chunks
- Embedding — Each chunk is converted to a vector embedding
- Indexing — Embeddings are stored in ChromaDB for retrieval
Processing Time
Large documents may take a few minutes to process. You can monitor progress in the Documents view.
Document Management¶
Viewing Documents¶
The Documents page shows all uploaded documents with:
- File name and type
- Upload date
- Processing status
- Chunk count
Deleting Documents¶
To delete a document:
- Select the document
- Click the delete icon
- Confirm deletion
Warning
Deleting a document removes all associated chunks and embeddings. This cannot be undone.