Skip to content

Commit 1d1e401

Browse files
authored
Merge pull request #93 from couchbase-examples/migrate/claudeai
Migrate claudeai to new search terminology
2 parents 19a13c6 + 98640a5 commit 1d1e401

10 files changed

Lines changed: 2386 additions & 2176 deletions

claudeai/fts/RAG_with_Couchbase_and_Claude(by_Anthropic).ipynb

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

claudeai/gsi/RAG_with_Couchbase_and_Claude(by_Anthropic).ipynb

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

claudeai/gsi/frontmatter.md

Lines changed: 0 additions & 22 deletions
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
ANTHROPIC_API_KEY = ""
2-
OPENAI_API_KEY = ""
3-
1+
ANTHROPIC_API_KEY=""
2+
OPENAI_API_KEY=""
43
CB_HOST=""
54
CB_USERNAME=""
65
CB_PASSWORD=""
76
CB_BUCKET_NAME=""
8-
97
SCOPE_NAME=""
108
COLLECTION_NAME=""
11-
CACHE_COLLECTION=""
9+
CACHE_COLLECTION=""

claudeai/query_based/RAG_with_Couchbase_and_Claude(by_Anthropic).ipynb

Lines changed: 1206 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
# frontmatter
3+
path: "/tutorial-openai-anthropic-couchbase-rag-with-hyperscale-or-composite-vector-index"
4+
title: RAG with Claude using Couchbase Hyperscale and Composite Vector Index
5+
short_title: RAG with Claude using Couchbase Hyperscale and Composite Vector Index
6+
description:
7+
- Learn how to build a semantic search engine using Couchbase, OpenAI embeddings, and Anthropic using Hyperscale and Composite Vector Index.
8+
- This tutorial demonstrates how to integrate Couchbase's vector search capabilities with OpenAI embeddings and use Anthropic as the language model.
9+
- You'll understand how to perform Retrieval-Augmented Generation (RAG) using LangChain and Couchbase.
10+
content_type: tutorial
11+
filter: sdk
12+
technology:
13+
- vector search
14+
tags:
15+
- Hyperscale Vector Index
16+
- Composite Vector Index
17+
- Artificial Intelligence
18+
- LangChain
19+
- OpenAI
20+
sdk_language:
21+
- python
22+
length: 60 Mins
23+
alt_paths: ["/tutorial-openai-anthropic-couchbase-rag-with-hyperscale-vector-index", "/tutorial-openai-anthropic-couchbase-rag-with-composite-vector-index"]
24+
---
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
ANTHROPIC_API_KEY = ""
2-
OPENAI_API_KEY = ""
3-
1+
ANTHROPIC_API_KEY=""
2+
OPENAI_API_KEY=""
43
CB_HOST=""
54
CB_USERNAME=""
65
CB_PASSWORD=""
76
CB_BUCKET_NAME=""
8-
97
INDEX_NAME=""
108
SCOPE_NAME=""
119
COLLECTION_NAME=""
12-
CACHE_COLLECTION=""
10+
CACHE_COLLECTION=""

0 commit comments

Comments
 (0)