Frequently asked questions
Further reading
- From Local to Global: A Graph RAG Approach to Query-Focused Summarization (opens in a new tab)arXivThe foundational Microsoft Research paper detailing GraphRAG implementation and community detection.
- PostgreSQL Relational and Hierarchical Queries (opens in a new tab)PostgreSQLTechnical specifications for storing and traversing graph structures in PostgreSQL.
Check this against your own resume
Scan your CV against a real job description, or build a parse-safe one from scratch. Your first scan costs nothing.
Keep reading
AI EngineeringWhat is GraphRAG and when should you use it over vector RAG?Vector search fails when questions require connecting multiple concepts across thousands of pages. GraphRAG combines LLMs with knowledge graphs to answer complex holistic questions.
AI EngineeringHow to build a production RAG application from scratchBuilding a prototype RAG script takes twenty lines of code; building one that works reliably in production requires careful document ingestion, chunking boundaries, and vector indexing.
AI EngineeringJob search on Postgres and pgvectorKeeping vectors next to the rows they describe removes a whole category of problems — chiefly that your two data stores can disagree.
AI EngineeringWhat are the best alternatives to RAG in 2026?RAG dominated the early wave of LLM apps, but chunking errors and vector hallucinations have driven engineers to explore better architectures. Here are the 7 leading alternatives in 2026.
