We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 598b2de commit 36a6ab2Copy full SHA for 36a6ab2
.github/workflows/update-vector-map.yml
@@ -23,12 +23,11 @@ jobs:
23
env:
24
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
25
with:
26
- mode: 'full'
27
- openai_api_key: ${{ secrets.OPENAI_API_KEY }}
+ mode: 'diff'
28
db_type: 'chromadb'
29
chroma_host: '181.41.213.86'
30
chroma_port: '1811'
31
- chroma_collection: 'update-vector-map'
+ chroma_collection: 'openai-update-vector-map'
32
33
# Налаштування авторизації
34
chroma_auth_enabled: 'true'
0 commit comments