Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 381 Bytes

File metadata and controls

8 lines (5 loc) · 381 Bytes

GraphRAG Traversal via Vector DB

Complete answers on complex queries 1.7x more often than OpenAI vec the blog post

Info

This system uses a Vector DB (Default is DataStax's Astra), Reranker (Pongo's semantic filter), and LLM (OpenAI GPT-4o)

See the example in example.py for usage.