From 1dda26a726dc5c670fd3f999e19276685e373b83 Mon Sep 17 00:00:00 2001 From: Vedant Madane <6527493+VedantMadane@users.noreply.github.com> Date: Tue, 11 Mar 2025 14:13:52 +0530 Subject: [PATCH] LangChain Broken Link Fix Replace the docs link https://python.langchain.com/docs/use_cases/graph/quickstart/ with https://python.langchain.com/v0.1/docs/use_cases/graph/quickstart/ as it gives: Page Moved You can find the new location here. Alternative pages Please contact the owner of the site that linked you to the original URL and let them know their link has moved. --- KnowledgeGraph-Q&A-and-RAG-with-TabularData/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/KnowledgeGraph-Q&A-and-RAG-with-TabularData/README.md b/KnowledgeGraph-Q&A-and-RAG-with-TabularData/README.md index 0841236..59dc5c3 100644 --- a/KnowledgeGraph-Q&A-and-RAG-with-TabularData/README.md +++ b/KnowledgeGraph-Q&A-and-RAG-with-TabularData/README.md @@ -83,7 +83,7 @@ python src/app.py - Medical reports dataset: [Link](https://github.com/neo4j-partners/neo4j-generative-ai-azure/tree/main/ingestion/data) ## Key frameworks/libraries used in this chatbot: -- Langchain agents: [Website](https://python.langchain.com/docs/use_cases/graph/quickstart/) +- Langchain agents: [Website](https://python.langchain.com/v0.1/docs/use_cases/graph/quickstart/) - Gradio: [Documentation](https://www.gradio.app/docs/interface) - OpenAI: [Developer quickstart](https://platform.openai.com/docs/quickstart?context=python) -- Neo4j: [Welcome to Neo4j](https://neo4j.com/docs/getting-started/) \ No newline at end of file +- Neo4j: [Welcome to Neo4j](https://neo4j.com/docs/getting-started/)