[PR #3035] [MERGED] feat: rename text_embedding to embeddings integrations path [closes DOC-851] #3115

Closed
opened 2026-06-05 18:21:08 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3035
Author: @npentrel
Created: 3/10/2026
Status: Merged
Merged: 3/10/2026
Merged by: @mdrxy

Base: mainHead: open-swe/313e905e-eb60-6d42-c7b8-e3ae390181b1


📝 Commits (4)

  • a0b7543 Rename text_embedding to embeddings in integrations paths, update all internal links, and add wildcard redirects for backward compatibility
  • f295555 support wildcards
  • 96b2105 fix links
  • 6e59846 update

📊 Changes

230 files changed (+512 additions, -493 deletions)

View changed files

📝 pipeline/tools/partner_pkg_table.py (+1 -1)
📝 reference/python/docs/integrations/langchain_google_genai/GoogleGenerativeAIEmbeddings.md (+1 -1)
📝 reference/python/docs/integrations/langchain_google_vertexai/VertexAIEmbeddings.md (+1 -1)
📝 reference/python/docs/integrations/langchain_ibm/WatsonxEmbeddings.md (+1 -1)
📝 reference/python/docs/integrations/langchain_openai/AzureOpenAIEmbeddings.md (+1 -1)
📝 reference/python/docs/integrations/langchain_openai/OpenAIEmbeddings.md (+1 -1)
📝 scripts/check_removed_pages_redirects.py (+7 -0)
📝 src/docs.json (+21 -9)
📝 src/oss/contributing/implement-langchain.mdx (+1 -1)
📝 src/oss/contributing/integrations-langchain.mdx (+1 -1)
📝 src/oss/javascript/integrations/embeddings/TEMPLATE.mdx (+0 -0)
📝 src/oss/javascript/integrations/embeddings/alibaba_tongyi.mdx (+2 -2)
📝 src/oss/javascript/integrations/embeddings/azure_openai.mdx (+2 -2)
📝 src/oss/javascript/integrations/embeddings/baidu_qianfan.mdx (+2 -2)
📝 src/oss/javascript/integrations/embeddings/bedrock.mdx (+2 -2)
📝 src/oss/javascript/integrations/embeddings/bytedance_doubao.mdx (+3 -3)
📝 src/oss/javascript/integrations/embeddings/cloudflare_ai.mdx (+1 -1)
📝 src/oss/javascript/integrations/embeddings/cohere.mdx (+2 -2)
📝 src/oss/javascript/integrations/embeddings/deepinfra.mdx (+2 -2)
📝 src/oss/javascript/integrations/embeddings/fireworks.mdx (+2 -2)

...and 80 more files

📄 Description

Description

Renames the integrations documentation path from oss/integrations/text_embedding to oss/integrations/embeddings to accommodate that embeddings are no longer strictly text-only. Adds wildcard redirects so all old text_embedding URLs automatically redirect to the new embeddings paths.

Resolves DOC-851

Test Plan

  • Verify /oss/python/integrations/embeddings/ and /oss/javascript/integrations/embeddings/ pages render correctly
  • Verify old URLs like /oss/integrations/text_embedding/openai redirect to /oss/integrations/embeddings/openai
  • Verify internal links from provider, vectorstore, and guide pages point to the new embeddings paths

🔄 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/3035 **Author:** [@npentrel](https://github.com/npentrel) **Created:** 3/10/2026 **Status:** ✅ Merged **Merged:** 3/10/2026 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `open-swe/313e905e-eb60-6d42-c7b8-e3ae390181b1` --- ### 📝 Commits (4) - [`a0b7543`](https://github.com/langchain-ai/docs/commit/a0b75432a3e59763beedb6d716ef5aef26630123) Rename text_embedding to embeddings in integrations paths, update all internal links, and add wildcard redirects for backward compatibility - [`f295555`](https://github.com/langchain-ai/docs/commit/f295555caaab6c159532c85ac8f39c6d2a94bfa2) support wildcards - [`96b2105`](https://github.com/langchain-ai/docs/commit/96b210522fd976aa65552e57ca2a03f160df647a) fix links - [`6e59846`](https://github.com/langchain-ai/docs/commit/6e59846a430cf706ecef5d9591f69d40cb7a4cb9) update ### 📊 Changes **230 files changed** (+512 additions, -493 deletions) <details> <summary>View changed files</summary> 📝 `pipeline/tools/partner_pkg_table.py` (+1 -1) 📝 `reference/python/docs/integrations/langchain_google_genai/GoogleGenerativeAIEmbeddings.md` (+1 -1) 📝 `reference/python/docs/integrations/langchain_google_vertexai/VertexAIEmbeddings.md` (+1 -1) 📝 `reference/python/docs/integrations/langchain_ibm/WatsonxEmbeddings.md` (+1 -1) 📝 `reference/python/docs/integrations/langchain_openai/AzureOpenAIEmbeddings.md` (+1 -1) 📝 `reference/python/docs/integrations/langchain_openai/OpenAIEmbeddings.md` (+1 -1) 📝 `scripts/check_removed_pages_redirects.py` (+7 -0) 📝 `src/docs.json` (+21 -9) 📝 `src/oss/contributing/implement-langchain.mdx` (+1 -1) 📝 `src/oss/contributing/integrations-langchain.mdx` (+1 -1) 📝 `src/oss/javascript/integrations/embeddings/TEMPLATE.mdx` (+0 -0) 📝 `src/oss/javascript/integrations/embeddings/alibaba_tongyi.mdx` (+2 -2) 📝 `src/oss/javascript/integrations/embeddings/azure_openai.mdx` (+2 -2) 📝 `src/oss/javascript/integrations/embeddings/baidu_qianfan.mdx` (+2 -2) 📝 `src/oss/javascript/integrations/embeddings/bedrock.mdx` (+2 -2) 📝 `src/oss/javascript/integrations/embeddings/bytedance_doubao.mdx` (+3 -3) 📝 `src/oss/javascript/integrations/embeddings/cloudflare_ai.mdx` (+1 -1) 📝 `src/oss/javascript/integrations/embeddings/cohere.mdx` (+2 -2) 📝 `src/oss/javascript/integrations/embeddings/deepinfra.mdx` (+2 -2) 📝 `src/oss/javascript/integrations/embeddings/fireworks.mdx` (+2 -2) _...and 80 more files_ </details> ### 📄 Description ## Description Renames the integrations documentation path from `oss/integrations/text_embedding` to `oss/integrations/embeddings` to accommodate that embeddings are no longer strictly text-only. Adds wildcard redirects so all old `text_embedding` URLs automatically redirect to the new `embeddings` paths. Resolves DOC-851 ## Test Plan - [ ] Verify `/oss/python/integrations/embeddings/` and `/oss/javascript/integrations/embeddings/` pages render correctly - [ ] Verify old URLs like `/oss/integrations/text_embedding/openai` redirect to `/oss/integrations/embeddings/openai` - [ ] Verify internal links from provider, vectorstore, and guide pages point to the new embeddings paths --- <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-06-05 18:21:08 -04:00
yindo closed this issue 2026-06-05 18:21:08 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#3115