Skip to content

Commit b29ec01

Browse files
ejscribnerlnhsinghmdrxy
authored
docs: add page for couchbase_query (CouchbaseQueryVectorStore) and refactor existing Couchbase docs (#1079)
## Overview - Adds a new page illustrating usage for new CouchbaseQueryVectorStore (langchain-ai/langchainjs#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: langchain-ai/langchainjs#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 --> --------- Co-authored-by: Lauren Hirata Singh <lauren@langchain.dev> Co-authored-by: Mason Daugherty <github@mdrxy.com>
1 parent 4042c8e commit b29ec01

File tree

4 files changed

+418
-26
lines changed

4 files changed

+418
-26
lines changed

src/oss/javascript/integrations/providers/all_providers.mdx

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -865,10 +865,17 @@ Browse the complete collection of integrations available for JavaScript/TypeScri
865865
</Card>
866866

867867
<Card
868-
title="Couchbase"
869-
href="/oss/integrations/vectorstores/couchbase"
868+
title="Couchbase Query"
869+
href="/oss/integrations/vectorstores/couchbase_query"
870+
>
871+
Recommended vector search method in Couchbase NoSQL database via query service.
872+
</Card>
873+
874+
<Card
875+
title="Couchbase Search"
876+
href="/oss/integrations/vectorstores/couchbase_search"
870877
>
871-
NoSQL database with vector search capabilities.
878+
Alternative vector search method in Couchbase NoSQL database via search service.
872879
</Card>
873880

874881
<Card

0 commit comments

Comments
 (0)