langchain/docs
Kanav Bansal e2bc8f19c0
docs(docs): update RAG tutorials link across multiple vector store docs (AstraDB, DatabricksVectorSearch, FAISS, Redis, etc.) (#32301)
## **Description:** 
This PR updates the internal documentation link for the RAG tutorials to
reflect the updated path. Previously, the link pointed to the root
`/docs/tutorials/`, which was generic. It now correctly routes to the
RAG-specific tutorial page for the following vector store docs.

1. AstraDBVectorStore
2. Clickhouse
3. CouchbaseSearchVectorStore
4. DatabricksVectorSearch
5. ElasticsearchStore
6. FAISS
7. Milvus
8. MongoDBAtlasVectorSearch
9. openGauss
10. PGVector
11. PGVectorStore
12. PineconeVectorStore
13. QdrantVectorStore
14. Redis
15. SQLServer

## **Issue:** N/A
## **Dependencies:** None
## **Twitter handle:** N/A
2025-07-30 09:46:01 -04:00
..
api_reference fix(docs): local API reference documentation build (#32271) 2025-07-28 00:50:20 -04:00
cassettes fix(infra): update some notebook cassettes (#32087) 2025-07-17 13:57:29 -04:00
data
docs docs(docs): update RAG tutorials link across multiple vector store docs (AstraDB, DatabricksVectorSearch, FAISS, Redis, etc.) (#32301) 2025-07-30 09:46:01 -04:00
scripts feat(docs): improve devx, fix Makefile targets (#32237) 2025-07-25 14:49:03 -04:00
src fix: use new Google model names in examples (#32288) 2025-07-28 19:03:42 +00:00
static docs: Update Google Analytics tag in docs (#31001) 2025-04-24 10:19:10 -07:00
.gitignore
.yarnrc.yml
babel.config.js
docusaurus.config.js feat(docs): add Slack community link to footer (#32053) 2025-07-17 10:12:09 -04:00
ignore-step.sh
Makefile feat(docs): improve devx, fix Makefile targets (#32237) 2025-07-25 14:49:03 -04:00
package.json chore(docs): add gtm tag to docs (#32048) 2025-07-15 15:58:11 -04:00
README.md
sidebars.js feat(docs): improve devx, fix Makefile targets (#32237) 2025-07-25 14:49:03 -04:00
vercel_overrides.txt fix(docs): update protobuf version constraint to <5.0 in vercel_overrides.txt (#32247) 2025-07-25 15:08:44 -04:00
vercel_requirements.txt
vercel.json docs: remove integration page with DSPy (#31278) 2025-05-19 10:10:20 -04:00
yarn.lock chore(docs): add gtm tag to docs (#32048) 2025-07-15 15:58:11 -04:00

LangChain Documentation

For more information on contributing to our documentation, see the Documentation Contributing Guide