Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 10 additions & 3 deletions src/oss/javascript/integrations/providers/all_providers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -865,10 +865,17 @@ Browse the complete collection of integrations available for JavaScript/TypeScri
</Card>

<Card
title="Couchbase"
href="/oss/integrations/vectorstores/couchbase"
title="Couchbase Query"
href="/oss/integrations/vectorstores/couchbase_query"
>
Recommended vector search method in Couchbase NoSQL database via query service.
</Card>

<Card
title="Couchbase Search"
href="/oss/integrations/vectorstores/couchbase_search"
>
NoSQL database with vector search capabilities.
Alternative vector search method in Couchbase NoSQL database via search service.
</Card>

<Card
Expand Down
Loading