The hugegraph-llm is a tool for the implementation and research related to large language models. This project includes runnable demos, it can also be used as a third-party library.
As we know, graph systems can help large models address challenges like timeliness and hallucination, while large models can assist graph systems with cost-related issues.
With this project, we aim to reduce the cost of using graph systems, and decrease the complexity of building knowledge graphs. This project will offer more applications and integration solutions for graph systems and large language models.
- Construct knowledge graph by LLM + HugeGraph
- Use natural language to operate graph databases (gremlin)
- Knowledge graph supplements answer context (RAG)
- Start the HugeGraph database, you can do it via Docker. Refer to this link for guidance
- Run example like
python hugegraph-llm/examples/build_kg_test.py
Note: If you need a proxy to access OpenAI's API, please set your HTTP proxy in build_kg_test.py
.