Process selected documents and monitor progress.
Click "START PROCESSING" to begin. The button is visible once files or a data source are configured.
- Select "Enable auto change sync" if you want automatic monitoring for file changes (supported sources only)
- Click "START PROCESSING" to begin
- Monitor real-time progress bars per file
- The pipeline runs: document parsing → chunking → vector indexing → knowledge graph extraction → full-text indexing
| Option | Description |
|---|---|
| Document Parser | Docling (local, free) or LlamaParse (cloud API) |
| Skip Graph | Skip knowledge graph extraction (vector + search only) |
| Enable auto change sync | Turn on incremental update tracking for this source |
- Use checkboxes to select files, then click "REMOVE SELECTED (N)" to remove from the queue
- This removes from the processing queue — not from your source system
When "Enable auto change sync" is selected before clicking "START PROCESSING", the system continues monitoring the source for changes after the initial ingest completes.
Document → Parser (Docling/LlamaParse)
→ Chunks (SentenceSplitter)
→ Embeddings → Vector DB (Qdrant, etc.)
→ KG Extraction (LLM) → Graph DB (Neo4j, etc.)
→ BM25 / Elasticsearch indexing


