[PR #2052] [MERGED] fix(docs): update deprecated mongodb reference links #2089

Closed
opened 2026-02-17 17:23:03 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2052
Author: @aayush7908
Created: 12/31/2025
Status: Merged
Merged: 12/31/2025
Merged by: @mdrxy

Base: mainHead: fix/mongodb-query-param-reference


📝 Commits (1)

  • 1c4aa8d fix: update deprecated mongodb reference links

📊 Changes

3 files changed (+3 additions, -3 deletions)

View changed files

📝 src/oss/javascript/integrations/vectorstores/mongodb_atlas.mdx (+1 -1)
📝 src/oss/python/integrations/vectorstores/faiss.mdx (+1 -1)
📝 src/oss/python/integrations/vectorstores/faiss_async.mdx (+1 -1)

📄 Description

Overview

  • Several parts of the documentation provides reference to the mongodb docs for "query operators". However this documentation has been migrated to a new URL in mongodb docs.
  • So, this PR updates all the occurances older URLs (referring to the mongodb query opperators) to the latest one.

Old URL (shows 404 Error): https://www.mongodb.com/docs/manual/reference/operator/query/
Screenshot 2025-12-31 191835

Latest URL for Query Operators: https://www.mongodb.com/docs/manual/reference/mql/query-predicates/#alphabetical-list-of-operators
Screenshot 2025-12-31 191943

Type of change

Type: Fix link

Related issues/PRs

N/A


🔄 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/2052 **Author:** [@aayush7908](https://github.com/aayush7908) **Created:** 12/31/2025 **Status:** ✅ Merged **Merged:** 12/31/2025 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `fix/mongodb-query-param-reference` --- ### 📝 Commits (1) - [`1c4aa8d`](https://github.com/langchain-ai/docs/commit/1c4aa8d114ba0132dc09c72b5fca2de655cc9044) fix: update deprecated mongodb reference links ### 📊 Changes **3 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/javascript/integrations/vectorstores/mongodb_atlas.mdx` (+1 -1) 📝 `src/oss/python/integrations/vectorstores/faiss.mdx` (+1 -1) 📝 `src/oss/python/integrations/vectorstores/faiss_async.mdx` (+1 -1) </details> ### 📄 Description ## Overview <!-- Brief description of what documentation is being added/updated --> - Several parts of the documentation provides reference to the mongodb docs for "query operators". However this documentation has been migrated to a new URL in mongodb docs. - So, this PR updates all the occurances older URLs (referring to the mongodb query opperators) to the latest one. Old URL (shows 404 Error): https://www.mongodb.com/docs/manual/reference/operator/query/ <img width="1902" height="861" alt="Screenshot 2025-12-31 191835" src="https://github.com/user-attachments/assets/b766f557-602d-4456-b953-6486c0a78794" /> Latest URL for Query Operators: https://www.mongodb.com/docs/manual/reference/mql/query-predicates/#alphabetical-list-of-operators <img width="1597" height="968" alt="Screenshot 2025-12-31 191943" src="https://github.com/user-attachments/assets/211956b0-b1f0-46a7-a439-016f3eec272d" /> ## Type of change **Type:** Fix link ## Related issues/PRs <!-- Link to related issues, feature PRs, or discussions (if applicable) To automatically close an issue when this PR is merged, use closing keywords: - "closes #123" or "fixes #123" or "resolves #123" For regular references without auto-closing, just use: - "#123" or "See issue #123" Examples: - closes #456 (will auto-close issue #456 when PR is merged) - See #789 for context (will reference but not auto-close issue #789) --> N/A --- <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:23:03 -05:00
yindo closed this issue 2026-02-17 17:23:03 -05:00
yindo changed title from [PR #2052] fix(docs): update deprecated mongodb reference links to [PR #2052] [MERGED] fix(docs): update deprecated mongodb reference links 2026-06-05 18:16:35 -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#2089