Skip to content

Commit 13c2409

Browse files
authored
Merge pull request #27 from couchbase-examples/DA-626-update-voyage
DA-626: update Voyage
2 parents be3164c + 6a752c9 commit 13c2409

File tree

2 files changed

+435
-779
lines changed

2 files changed

+435
-779
lines changed

voyage/.env.sample

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
VOYAGE_API_KEY = ""
2+
OPENAI_API_KEY = ""
3+
CB_HOST = ""
4+
CB_USERNAME = ""
5+
CB_PASSWORD = ""
6+
CB_BUCKET_NAME = ""
7+
INDEX_NAME = ""
8+
SCOPE_NAME = ""
9+
COLLECTION_NAME = ""
10+
CACHE_COLLECTION = ""

0 commit comments

Comments
 (0)