Skip to content

Commit cbc68ad

Browse files
authored
Merge pull request #116 from srbhr/fix-config-structure-remove-old-qdrant-code
fix:updated the config.yml structure
2 parents 370d802 + 4064ac0 commit cbc68ad

File tree

2 files changed

+6
-94
lines changed

2 files changed

+6
-94
lines changed

scripts/similarity/config.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,9 @@
22
# note this is sensitive data
33
# handle with care
44
# DO NOT COMMIT THIS FILE WITH YOUR API KEY
5-
api_keys:
6-
qdrant: YOUR_API_KEY
5+
6+
cohere:
7+
api_key: COHERE_API_KEY
8+
qdrant:
9+
api_key: QDRANT_API_KEY
10+
url: QDRANT_CLUSTER_URL

scripts/similarity/qdrant_search.py

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

0 commit comments

Comments
 (0)