Research on building a self-hosted knowledge graph for intelligent search across research documentation.
Documents
Summary
The Goal
- Ask questions about research topics
- Search knowledge graph for existing answers
- Research online if not found, update docs
- Auto-extract entities as documents change
Solution Stack
| Component | Choice | Cost |
|---|
| Graph Database | FalkorDB (Docker) | Free |
| SDK | GraphRAG-SDK | Free |
| Entity Extraction | GPT-4o-mini or Haiku | 0.85 |
Key Decisions
- Vector vs Graph RAG: Start with Graph RAG for future-proofing
- Self-hosted: FalkorDB over Zep Cloud (cost + control)
- SDK over custom: GraphRAG-SDK saves days of development
- Model choice: GPT-4o-mini ($0.12) for initial testing
Quick Start
docker run -p 6379:6379 -p 3000:3000 -it --rm falkordb/falkordb
# 3. Ingest docs (~$0.12)