langchain/docs/extras/use_cases/more
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
..
code_writing fixed a pal chain reference (#9387) 2023-08-17 13:02:49 -04:00
graph docs: Add memgraph notebook (#9448) 2023-08-21 13:45:04 -07:00
self_check Move self-check use case to "more" section (#9137) 2023-08-14 18:27:28 -07:00
_category_.yml Move graph use case to "more" section (#8997) 2023-08-14 17:20:38 -07:00