huggingface / huggingface/cookbook
Contribution to Hugging Face 🤗 cookbook: Add a LangChain agent that can interact with a graph database
- Dominant language
- Jupyter Notebook
- Stars
- 2.7k
- Forks
- 417
- Avg merge
- 17h
- Merged PRs (30d)
- 3
Description
You can use more than just vector databases to feed additional context to LLMs. However, the naive approach of generating database queries is too brittle at the moment. Therefore, it is advisable to implement an agent and give it tools to interact with a graph database. The tools use predefined flows and allow agent to solve specific problems. I have a version with OpenAI here: https://towardsdatascience.com/enhancing-interaction-between-language-models-and-graph-databases-via-a-semantic-layer-0a78ad3eba49 Would probably need to use Mixtral 8x7b as an agent.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.