mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-14 15:15:22 +03:00
33 lines
699 B
Plaintext
33 lines
699 B
Plaintext
# Embeddings
|
|
chromadb == 0.5.0
|
|
onnx_clip == 4.0.*
|
|
|
|
# chromadb dependencies
|
|
bcrypt>=4.0.1
|
|
chroma-hnswlib==0.7.6
|
|
fastapi>=0.95.2
|
|
graphlib_backport==1.0.3; python_version < '3.9'
|
|
grpcio>=1.58.0
|
|
httpx>=0.27.0
|
|
importlib-resources
|
|
kubernetes>=28.1.0
|
|
mmh3>=4.0.1
|
|
numpy>=1.22.5, <2.0.0
|
|
opentelemetry-api>=1.2.0
|
|
opentelemetry-exporter-otlp-proto-grpc>=1.24.0
|
|
opentelemetry-instrumentation-fastapi>=0.41b0
|
|
opentelemetry-sdk>=1.2.0
|
|
orjson>=3.9.12, < 3.10.6 # 3.10.7 is currently missing a wheel for x86 glibc
|
|
overrides>=7.3.1
|
|
posthog>=2.4.0
|
|
pydantic>=1.9
|
|
pypika>=0.48.9
|
|
PyYAML>=6.0.0
|
|
rich>=10.11.0
|
|
tenacity>=8.2.3
|
|
tokenizers>=0.13.2
|
|
tqdm>=4.65.0
|
|
typer>=0.9.0
|
|
typing_extensions>=4.5.0
|
|
uvicorn[standard]>=0.18.3
|