Skip to content
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