[PR #2489] [MERGED] docs(azure-cosmosdb): add advanced search options and retriever methods #2478

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2489
Author: @sinedied
Created: 2/5/2026
Status: Merged
Merged: 3/5/2026
Merged by: @hntrl

Base: mainHead: cosmosdb-updates


📝 Commits (4)

  • bbc303b docs(azure-cosmosdb): add advanced search options and retriever methods
  • 8566c93 docs: update docs following updates
  • b7b4f50 Merge branch 'main' into cosmosdb-updates
  • 17eff5a Merge branch 'main' into cosmosdb-updates

📊 Changes

1 file changed (+197 additions, -0 deletions)

View changed files

📝 src/oss/javascript/integrations/vectorstores/azure_cosmosdb_nosql.mdx (+197 -0)

📄 Description

Overview

This PR adds features available in the Python version of AzureCosmosDBNoSQLVectorStore such as hybrid search and full text search, along with a custom retriever that was missing.

Type of change

Type: Update existing documentation

Related issues/PRs

  • Linear issue:
  • Slack thread:

Checklist

  • I have read the contributing guidelines
  • I have tested my changes locally using docs dev
  • All code examples have been tested and work correctly
  • I have used root relative paths for internal links
  • I have updated navigation in src/docs.json if needed

(Internal team members only / optional): Create a preview deployment as necessary using the Create Preview Branch workflow

Additional notes


🔄 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/2489 **Author:** [@sinedied](https://github.com/sinedied) **Created:** 2/5/2026 **Status:** ✅ Merged **Merged:** 3/5/2026 **Merged by:** [@hntrl](https://github.com/hntrl) **Base:** `main` ← **Head:** `cosmosdb-updates` --- ### 📝 Commits (4) - [`bbc303b`](https://github.com/langchain-ai/docs/commit/bbc303b4e5000dd3ecd4fccbae8b8a4f87362233) docs(azure-cosmosdb): add advanced search options and retriever methods - [`8566c93`](https://github.com/langchain-ai/docs/commit/8566c931cac3f31dfd814e4933c07372ea17fd73) docs: update docs following updates - [`b7b4f50`](https://github.com/langchain-ai/docs/commit/b7b4f505a53c6895a85e671335471fe840aec0e9) Merge branch 'main' into cosmosdb-updates - [`17eff5a`](https://github.com/langchain-ai/docs/commit/17eff5ac94fa95682e12b80dcda2ab1373d1b505) Merge branch 'main' into cosmosdb-updates ### 📊 Changes **1 file changed** (+197 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/javascript/integrations/vectorstores/azure_cosmosdb_nosql.mdx` (+197 -0) </details> ### 📄 Description ## Overview This PR adds features available in the Python version of `AzureCosmosDBNoSQLVectorStore` such as hybrid search and full text search, along with a custom retriever that was missing. ## Type of change **Type:** Update existing documentation ## 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) --> - GitHub issue: - Feature PR: https://github.com/langchain-ai/langchainjs/pull/9926 <!-- For LangChain employees, if applicable: --> - Linear issue: - Slack thread: ## Checklist <!-- Put an 'x' in all boxes that apply --> - [x] I have read the [contributing guidelines](README.md) - [x] I have tested my changes locally using `docs dev` - [x] All code examples have been tested and work correctly - [x] I have used **root relative** paths for internal links - [x] I have updated navigation in `src/docs.json` if needed (Internal team members only / optional): Create a preview deployment as necessary using the [Create Preview Branch workflow](https://github.com/langchain-ai/docs/actions/workflows/create-preview-branch.yml) ## Additional notes <!-- Any other information that would be helpful for reviewers --> --- <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:27 -05:00
yindo changed title from [PR #2489] docs(azure-cosmosdb): add advanced search options and retriever methods to [PR #2489] [MERGED] docs(azure-cosmosdb): add advanced search options and retriever methods 2026-06-05 18:18:48 -04:00
yindo closed this issue 2026-06-05 18:18:48 -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#2478