Skip to content

Commit 7b3c650

Browse files
authored
DA-671: Deepseek RAG tutorial (#32)
* added basic code * changed to openai embeddings * code is running. text yet to be written * made the api keys a choice * updated with automatic batching * Add conclusion section and update bucket creation note in Deepseek RAG notebook * updated notebook based on feedback * updated notebook based on feedback * Add OPENAI_API_KEY to .env.sample for configuration
1 parent d1cbbd2 commit 7b3c650

File tree

3 files changed

+1219
-0
lines changed

3 files changed

+1219
-0
lines changed

openrouter-deepseek/.env.sample

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
DEEPSEEK_API_KEY=""
2+
OPENAI_API_KEY=""
3+
4+
# Couchbase Settings
5+
CB_HOST=couchbase://localhost
6+
CB_USERNAME=Administrator
7+
CB_PASSWORD=password
8+
CB_BUCKET_NAME=vector-search-testing
9+
10+
INDEX_NAME=vector_search_deepseek
11+
SCOPE_NAME=shared
12+
COLLECTION_NAME=deepseek
13+
CACHE_COLLECTION=cache

0 commit comments

Comments
 (0)