An open API service indexing awesome lists of open source software.

https://github.com/awslabs/graphrag-toolkit

Python toolkit for building graph-enhanced GenAI applications
https://github.com/awslabs/graphrag-toolkit

amazon-neptune amazon-opensearch-serverless graph-database graphrag llama-index mcp postgresql

Last synced: 16 days ago
JSON representation

Python toolkit for building graph-enhanced GenAI applications

Awesome Lists containing this project

README

          

## GraphRAG Toolkit

The graphrag-toolkit is a collection of Python tools for building graph-enhanced Generative AI applications.

Installation instructions and requirements are detailed separately with each tool.

### Lexical Graph

The [lexical-graph](./lexical-graph/) provides a framework for automating the construction of a [hierarchical lexical graph](./docs/lexical-graph/graph-model.md) from unstructured data, and composing question-answering strategies that query this graph when answering user questions.

![Lexical graph](./images/visualisation.png)

### BYOKG-RAG

[BYOKG-RAG](./byokg-rag/) is a novel approach to Knowledge Graph Question Answering (KGQA) that combines the power of Large Language Models (LLMs) with structured knowledge graphs. The system allows users to bring their own knowledge graph and perform complex question answering over it.

## Security

See [CONTRIBUTING](CONTRIBUTING.md#security-issue-notifications) for more information.

## License

This project is licensed under the Apache-2.0 License.