Skip to content

Commit 44f9441

Browse files
committed
Re-order and adjust langauge
1 parent 718bd98 commit 44f9441

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

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

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

867867
<Card
868-
title="Couchbase Search"
869-
href="/oss/integrations/vectorstores/couchbase_search"
868+
title="Couchbase Query"
869+
href="/oss/integrations/vectorstores/couchbase_query"
870870
>
871-
NoSQL database with vector search capabilities via the search service.
871+
Recommended method for vector search in Couchbase via query service.
872872
</Card>
873-
873+
874874
<Card
875-
title="Couchbase Query"
876-
href="/oss/integrations/vectorstores/couchbase_query"
875+
title="Couchbase Search"
876+
href="/oss/integrations/vectorstores/couchbase_search"
877877
>
878-
NoSQL database with vector search capabilities via the query service.
878+
Legacy vector search method using the search service.
879879
</Card>
880880

881881
<Card

src/oss/javascript/integrations/vectorstores/index.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -685,16 +685,16 @@ LangChain.js integrates with a variety of vector stores. You can check out a ful
685685
cta="View guide"
686686
/>
687687
<Card
688-
title="Couchbase Search"
688+
title="Couchbase Query"
689689
icon="link"
690-
href="/oss/integrations/vectorstores/couchbase_search"
690+
href="/oss/integrations/vectorstores/couchbase_query"
691691
arrow="true"
692692
cta="View guide"
693693
/>
694694
<Card
695-
title="Couchbase Query"
695+
title="Couchbase Search"
696696
icon="link"
697-
href="/oss/integrations/vectorstores/couchbase_query"
697+
href="/oss/integrations/vectorstores/couchbase_search"
698698
arrow="true"
699699
cta="View guide"
700700
/>

0 commit comments

Comments
 (0)