We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 467f2f3 commit 60ad8a9Copy full SHA for 60ad8a9
CLAUDE.md
@@ -23,4 +23,6 @@
23
constants.py defines all paths, model names, and categories.
24
Ollama tests are marked @pytest.mark.ollama and skipped in CI.
25
Index is idempotent — deletes and recreates the collection each run.
26
- CLAUDE.md is in .gitignore (not checked in).
+ _chromadb_compat.py must be imported before chromadb in any module.
27
+ It patches a Pydantic v1 type inference bug that breaks on Python 3.14.
28
+ Any new file that imports chromadb needs: import _chromadb_compat first.
0 commit comments