langchain/docs/extras/use_cases
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
..
agent_simulations Fix a dead loop bug caused by assigning two variables with opposite values. (#9447) 2023-08-18 10:12:53 -04:00
agents Fix a dead loop bug caused by assigning two variables with opposite values. (#9447) 2023-08-18 10:12:53 -04:00
autonomous_agents Move graph use case to "more" section (#8997) 2023-08-14 17:20:38 -07:00
more docs: Add memgraph notebook (#9448) 2023-08-21 13:45:04 -07:00
multi_modal Move graph use case to "more" section (#8997) 2023-08-14 17:20:38 -07:00
question_answering Bagatur/deeplake docs fixes (#9275) 2023-08-15 15:56:36 -07:00
apis.ipynb Fix typo in apis.ipynb (#9490) 2023-08-19 09:26:08 -04:00
chatbots.ipynb chatbots use case - fix broken collab URL (#9491) 2023-08-19 14:53:54 -07:00
code_understanding.ipynb fix small typo (#9464) 2023-08-18 11:55:46 -07:00
extraction.ipynb Fix colab link for extraction ntbk (#8878) 2023-08-07 11:36:46 -07:00
sql.ipynb SQL use case docs (#8513) 2023-08-08 03:30:18 -07:00
summarization.ipynb Minor formatting and additional figure for summarization use case (#8663) 2023-08-02 21:52:29 -07:00
tagging.ipynb tagging docs refactor (#8722) 2023-08-11 08:06:07 -07:00
web_scraping.ipynb Minor formatting on Web Research Use Case (#9221) 2023-08-14 16:29:36 -07:00