Skip to content

Commit 32ff7aa

Browse files
authored
Merge pull request #94 from couchbase-examples/migrate/cohere
Migrate cohere to new search terminology
2 parents c63450e + d39f9f3 commit 32ff7aa

9 files changed

Lines changed: 2147 additions & 2088 deletions

cohere/fts/RAG_with_Couchbase_and_Cohere.ipynb

Lines changed: 0 additions & 1019 deletions
This file was deleted.

cohere/gsi/RAG_with_Couchbase_and_Cohere.ipynb

Lines changed: 0 additions & 1059 deletions
This file was deleted.

cohere/query_based/RAG_with_Couchbase_and_Cohere.ipynb

Lines changed: 1049 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,24 @@
11
---
22
# frontmatter
3-
path: "/tutorial-cohere-couchbase-rag-with-global-secondary-index"
4-
title: Retrieval-Augmented Generation (RAG) with Couchbase and Cohere with GSI
5-
short_title: RAG with Couchbase and Cohere with GSI
3+
path: "/tutorial-cohere-couchbase-rag-with-hyperscale-or-composite-vector-index"
4+
title: RAG with Cohere using Couchbase Hyperscale and Composite Vector Index
5+
short_title: Cohere RAG with Query Vector Index
66
description:
7-
- Learn how to build a semantic search engine using Couchbase and Cohere using GSI.
7+
- Learn how to build a semantic search engine using Couchbase and Cohere using Hyperscale and Composite Vector Index.
88
- This tutorial demonstrates how to integrate Couchbase's vector search capabilities with Cohere embeddings and language models.
99
- You'll understand how to perform Retrieval-Augmented Generation (RAG) using LangChain and Couchbase.
1010
content_type: tutorial
1111
filter: sdk
1212
technology:
1313
- vector search
1414
tags:
15-
- GSI
15+
- Hyperscale Vector Index
16+
- Composite Vector Index
1617
- Artificial Intelligence
1718
- LangChain
1819
- Cohere
1920
sdk_language:
2021
- python
2122
length: 60 Mins
23+
alt_paths: ["/tutorial-cohere-couchbase-rag-with-hyperscale-vector-index", "/tutorial-cohere-couchbase-rag-with-composite-vector-index"]
2224
---

cohere/search_based/RAG_with_Couchbase_and_Cohere.ipynb

Lines changed: 1086 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
---
22
# frontmatter
3-
path: "/tutorial-cohere-couchbase-rag-with-fts"
4-
title: Retrieval-Augmented Generation (RAG) with Couchbase and Cohere using FTS service
5-
short_title: RAG with Couchbase and Cohere using FTS service
3+
path: "/tutorial-cohere-couchbase-rag-with-search-vector-index"
4+
title: RAG with Cohere using Couchbase Search Vector Index
5+
short_title: RAG with Cohere using Couchbase Search Vector Index
66
description:
7-
- Learn how to build a semantic search engine using Couchbase and Cohere using FTS service.
7+
- Learn how to build a semantic search engine using Couchbase and Cohere using Search Vector Index.
88
- This tutorial demonstrates how to integrate Couchbase's vector search capabilities with Cohere embeddings and language models.
99
- You'll understand how to perform Retrieval-Augmented Generation (RAG) using LangChain and Couchbase.
1010
content_type: tutorial
1111
filter: sdk
1212
technology:
1313
- vector search
1414
tags:
15-
- FTS
15+
- Search Vector Index
1616
- Artificial Intelligence
1717
- LangChain
1818
- Cohere

0 commit comments

Comments
 (0)