[PR #1079] [MERGED] docs: add page for couchbase_query (CouchbaseQueryVectorStore) and refactor existing Couchbase docs #1279

Closed
opened 2026-02-17 17:22:04 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/1079
Author: @ejscribner
Created: 10/21/2025
Status: Merged
Merged: 11/6/2025
Merged by: @lnhsingh

Base: mainHead: couchbase-query-vector-docs


📝 Commits (10+)

  • fcee34a Add couchbase_query, refactor couchbase->couchbase_search, adjust language
  • 718bd98 Adjust URLs
  • a45f8e0 Re-order and adjust langauge
  • 910c5fb Rename BHIVE to HYPERSCALE
  • 17b9ade Polish
  • b08a21d Copilot PR Comments
  • 1e977a4 Merge branch 'main' into couchbase-query-vector-docs
  • 1dcff7f sentence case
  • a5d95c5 Remove redundant L2 and L2 Squared Distance Metrics
  • caea9ca Merge branch 'main' into couchbase-query-vector-docs

📊 Changes

4 files changed (+418 additions, -26 deletions)

View changed files

📝 src/oss/javascript/integrations/providers/all_providers.mdx (+10 -3)
src/oss/javascript/integrations/vectorstores/couchbase_query.mdx (+381 -0)
📝 src/oss/javascript/integrations/vectorstores/couchbase_search.mdx (+18 -21)
📝 src/oss/javascript/integrations/vectorstores/index.mdx (+9 -2)

📄 Description

Overview

Type of change

Type: New documentation page

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
  • I have gotten approval from the relevant reviewers

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/1079 **Author:** [@ejscribner](https://github.com/ejscribner) **Created:** 10/21/2025 **Status:** ✅ Merged **Merged:** 11/6/2025 **Merged by:** [@lnhsingh](https://github.com/lnhsingh) **Base:** `main` ← **Head:** `couchbase-query-vector-docs` --- ### 📝 Commits (10+) - [`fcee34a`](https://github.com/langchain-ai/docs/commit/fcee34aec94000bef9dde91399dc75f89d710753) Add `couchbase_query`, refactor `couchbase`->`couchbase_search`, adjust language - [`718bd98`](https://github.com/langchain-ai/docs/commit/718bd98da08e955b01b232a798f9bf84d27de442) Adjust URLs - [`a45f8e0`](https://github.com/langchain-ai/docs/commit/a45f8e0ac90e4eb09e401e162bd647b177c57788) Re-order and adjust langauge - [`910c5fb`](https://github.com/langchain-ai/docs/commit/910c5fbd1a7f06986baf1586bd908646c86cd09d) Rename BHIVE to HYPERSCALE - [`17b9ade`](https://github.com/langchain-ai/docs/commit/17b9ade22fe71f58203492b4875ccbe9188f59ca) Polish - [`b08a21d`](https://github.com/langchain-ai/docs/commit/b08a21df57aa330df7fce94dac78822eb17f4724) Copilot PR Comments - [`1e977a4`](https://github.com/langchain-ai/docs/commit/1e977a45a3574c5564f083b9b5bc45610c812945) Merge branch 'main' into couchbase-query-vector-docs - [`1dcff7f`](https://github.com/langchain-ai/docs/commit/1dcff7fcdff69d1ebbdd15b938284013dac2584c) sentence case - [`a5d95c5`](https://github.com/langchain-ai/docs/commit/a5d95c5484d151d3e3f65ae6e5035525c3ab68de) Remove redundant L2 and L2 Squared Distance Metrics - [`caea9ca`](https://github.com/langchain-ai/docs/commit/caea9ca0ad09657a6b5627a12e9988ecb34be50c) Merge branch 'main' into couchbase-query-vector-docs ### 📊 Changes **4 files changed** (+418 additions, -26 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/javascript/integrations/providers/all_providers.mdx` (+10 -3) ➕ `src/oss/javascript/integrations/vectorstores/couchbase_query.mdx` (+381 -0) 📝 `src/oss/javascript/integrations/vectorstores/couchbase_search.mdx` (+18 -21) 📝 `src/oss/javascript/integrations/vectorstores/index.mdx` (+9 -2) </details> ### 📄 Description ## Overview - Adds a new page illustrating usage for new CouchbaseQueryVectorStore (https://github.com/langchain-ai/langchainjs/pull/8333) - Refactors existing page path to ensure distinction between couchbase_search and couchbase_query - Adjusts some language for clarity ## Type of change **Type:** New documentation page ## 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/8333 <!-- 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 - I have gotten approval from the relevant reviewers ## 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:22:04 -05:00
yindo closed this issue 2026-02-17 17:22:04 -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#1279