File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed
src/oss/javascript/integrations Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 />
You can’t perform that action at this time.
0 commit comments