Frequently asked questions
Further reading
- From Local to Global: A Graph RAG Approach to Query-Focused Summarization (opens in a new tab)arXivThe original Microsoft Research paper introducing the GraphRAG framework and community summarization.
- PostgreSQL Relational and Hierarchical Queries (opens in a new tab)PostgreSQLTechnical documentation for recursive queries used to traverse entity relationship graphs.
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 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.
AI EngineeringWhat is Agentic RAG and how does it compare to traditional RAG?Traditional RAG is static: one query, one vector lookup, one prompt. Agentic RAG introduces an autonomous reasoning loop that rewrites queries, validates sources, and iterates until it finds the truth.
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 EngineeringRAG, explained properlyRetrieval is the cheapest way to give a model knowledge it was never trained on. It is also the component that quietly causes most wrong answers.
