- Add embed_model: nomic-embed-text to config/label_tool.yaml (local, gitignored) - Add # embed_model: commented example to config/label_tool.yaml.example - Add pyyaml>=6.0 to requirements.txt (explicit dep for _resolve_urls yaml.safe_load) - Add params assertion to test_embed_knn_nomic_registry_entry
6 lines
99 B
Text
6 lines
99 B
Text
fastapi>=0.100.0
|
|
pydantic>=2.0.0
|
|
uvicorn[standard]>=0.20.0
|
|
httpx>=0.24.0
|
|
pytest>=7.0.0
|
|
pyyaml>=6.0
|