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 5872dd0 commit 401b25eCopy full SHA for 401b25e
.github/workflows/tests.yml
@@ -23,6 +23,7 @@ jobs:
23
pip install tox
24
- name: Run tests
25
env:
26
+ PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION: python
27
VANNA_API_KEY: ${{ secrets.VANNA_API_KEY }}
28
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
29
MISTRAL_API_KEY: ${{ secrets.MISTRAL_API_KEY }}
.gitignore
@@ -18,3 +18,5 @@ htmlcov
18
chroma.sqlite3
19
*.bin
20
.coverage.*
21
+milvus.db
22
+.milvus.db.lock
0 commit comments