Overview
External APIs → Syncing → Indexing → SearchThe Three Phases
1. Syncing (Data Collection)
2. Vector Indexing (Semantic Search)
3. Graph Indexing (Knowledge Graph)
Why Three Phases?
Phase
Purpose
Storage
Speed
Separation Benefits
Complete Workflow
Step 1: Configuration
Step 2: Syncing
Step 3: Vector Indexing
Step 4: Graph Indexing
Step 5: Ready to Query!
Storage Architecture
MongoDB (Document Store)
Qdrant (Vector Store)
Memgraph (Graph Store)
Redis (Cache)
Data Flow Diagram
Performance Characteristics
Syncing
Vector Indexing
Graph Indexing
Query Time
Monitoring the Pipeline
Via CLI
Via UI
Via Logs
Common Operations
Re-sync Everything
Re-index Vectors Only
Re-index Graph Only
Incremental Sync
Error Handling
Sync Errors
Index Errors
Next Steps
Last updated
Was this helpful?