pydgraph icon indicating copy to clipboard operation
pydgraph copied to clipboard

Oil Rig Demo Notebook: Dgraph x Vector DB x LangChain

Open dshekhar95 opened this issue 2 years ago • 1 comments

Added Oil Rig Demo using pydgraph client with setup/config instructions

This demo illustrates 2 Dgraph x Vector DB x LLM use cases

  1. 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.

  2. 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

dshekhar95 avatar Aug 07 '23 18:08 dshekhar95

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Aug 07 '23 18:08 CLAassistant

This PR has been stale for 60 days and will be closed automatically in 7 days. Comment to keep it open.

github-actions[bot] avatar Jul 11 '24 01:07 github-actions[bot]