[PR #387] [MERGED] add semantic search and rag tutorials #698

Closed
opened 2026-02-17 17:20:56 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/387
Author: @ccurme
Created: 9/5/2025
Status: Merged
Merged: 9/5/2025
Merged by: @ccurme

Base: mainHead: cc/langchain_tutorials


📝 Commits (10+)

📊 Changes

10 files changed (+2368 additions, -0 deletions)

View changed files

📝 src/docs.json (+14 -0)
src/images/rag_indexing.png (+0 -0)
src/images/rag_retrieval_generation.png (+0 -0)
src/oss/langchain-knowledge-base.md (+582 -0)
src/oss/langchain-rag.md (+916 -0)
src/snippets/chat-model-tabs-js.mdx (+146 -0)
src/snippets/embeddings-tabs-js.mdx (+145 -0)
src/snippets/embeddings-tabs-py.mdx (+228 -0)
src/snippets/vectorstore-tabs-js.mdx (+156 -0)
src/snippets/vectorstore-tabs-py.mdx (+181 -0)

📄 Description

Also add python + JS embeddings and vector store reusable snippets


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/387 **Author:** [@ccurme](https://github.com/ccurme) **Created:** 9/5/2025 **Status:** ✅ Merged **Merged:** 9/5/2025 **Merged by:** [@ccurme](https://github.com/ccurme) **Base:** `main` ← **Head:** `cc/langchain_tutorials` --- ### 📝 Commits (10+) - [`970b233`](https://github.com/langchain-ai/docs/commit/970b23385d317d40a5cd65a98b533be3e7bb8f16) add embeddings tabs - [`a0fae62`](https://github.com/langchain-ai/docs/commit/a0fae628edf932cf8125f70e702b876acce5fac6) add vector store tabs - [`80fa0e3`](https://github.com/langchain-ai/docs/commit/80fa0e3fe7c50b030d05ab08dbfb23aee6a28b2e) fix indentation in embeddings tabs - [`026b8f1`](https://github.com/langchain-ai/docs/commit/026b8f1bcdaeb5f9f51e623b4040c784a716536e) add knowledge base tutorial - [`33cc8d2`](https://github.com/langchain-ai/docs/commit/33cc8d287f5b6414ba716a1ba8e26cc527cbeeb4) x - [`f381f84`](https://github.com/langchain-ai/docs/commit/f381f84ecd398f01dd128558dc5fddacdc6b5a83) Merge branch 'main' into cc/langchain_tutorials - [`e19a280`](https://github.com/langchain-ai/docs/commit/e19a280b5444daa842d0329ca88e5e43cd71361d) add rag tutorial - [`914db04`](https://github.com/langchain-ai/docs/commit/914db04876f7ee33b7e1cef2cd1c29b977acc7a4) Update src/oss/langchain-knowledge-base.md - [`46ec9ce`](https://github.com/langchain-ai/docs/commit/46ec9cee94dd66f187731d54826d7eea4f66e21e) cr - [`95870c9`](https://github.com/langchain-ai/docs/commit/95870c9ae9bfcd4dcece20d83b761184f36748a9) add JS chat model tabs ### 📊 Changes **10 files changed** (+2368 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/docs.json` (+14 -0) ➕ `src/images/rag_indexing.png` (+0 -0) ➕ `src/images/rag_retrieval_generation.png` (+0 -0) ➕ `src/oss/langchain-knowledge-base.md` (+582 -0) ➕ `src/oss/langchain-rag.md` (+916 -0) ➕ `src/snippets/chat-model-tabs-js.mdx` (+146 -0) ➕ `src/snippets/embeddings-tabs-js.mdx` (+145 -0) ➕ `src/snippets/embeddings-tabs-py.mdx` (+228 -0) ➕ `src/snippets/vectorstore-tabs-js.mdx` (+156 -0) ➕ `src/snippets/vectorstore-tabs-py.mdx` (+181 -0) </details> ### 📄 Description Also add python + JS embeddings and vector store reusable snippets --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-17 17:20:56 -05:00
yindo closed this issue 2026-02-17 17:20:56 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#698