langchain/docs/extras/use_cases/more/graph
Oleksandr Ichenskyi 8bc1a3dca8
docs: Add memgraph notebook (#9448)
- Description: added graph_memgraph_qa.ipynb which shows how to use LLMs
to provide a natural language interface to a Memgraph database using
[MemgraphGraph](https://github.com/langchain-ai/langchain/pull/8591)
class.
- Dependencies: given that the notebook utilizes the MemgraphGraph
class, it relies on both this class and several Python packages that are
installed in the notebook using pip (langchain, openai, neo4j,
gqlalchemy). The notebook is dependent on having a functional Memgraph
instance running, as it requires this instance to establish a
connection.
2023-08-21 13:45:04 -07:00
..
graph_arangodb_qa.ipynb docs: Update ArangoDB Links (#9251) 2023-08-15 07:43:47 -07:00
graph_cypher_qa.ipynb
graph_hugegraph_qa.ipynb
graph_kuzu_qa.ipynb
graph_memgraph_qa.ipynb docs: Add memgraph notebook (#9448) 2023-08-21 13:45:04 -07:00
graph_nebula_qa.ipynb
graph_qa.ipynb
graph_sparql_qa.ipynb
index.mdx
neptune_cypher_qa.ipynb
tot.ipynb