X Tutup
Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

GraphRAG

GraphRAG implementation using Llama-Index and NetworkX.

Features

  • Builds a knowledge graph from documents
  • Indexes data points in the graph
  • Retrieves and generates contextually relevant responses using an LLM
  • Visualizes the knowledge graph

Usage

  1. Install dependencies:
    pip install llama-index networkx
  2. Run graphrag.py.
  3. Example query and knowledge graph visualization will be generated.

Requirements

  • Python 3.x
  • llama-index
  • networkx
  • OpenAI API key (for LLM and embeddings)

License

MIT

X Tutup