pydgraph
pydgraph copied to clipboard
Oil Rig Demo Notebook: Dgraph x Vector DB x LangChain
Added Oil Rig Demo using pydgraph client with setup/config instructions
This demo illustrates 2 Dgraph x Vector DB x LLM use cases
-
Upon Oil Rig insert into dgraph and embedding is generated for Issues and stored in the vector db (Qdrant in this case). Then with a custom query we can query for similar Issues.
-
Utilizing LangChain we create an LLM powered Agent that can write/execute/read the response of GraphQL queries in order to answer questions on our data.
ToDo: We have integrated LangSmith beta as well to be able to inspect/debug/optimize our agent. We want to further explore this area to create a framework for creating Text2GraphQL Agents across use cases
This PR has been stale for 60 days and will be closed automatically in 7 days. Comment to keep it open.