llama-stack-mirror/llama_stack/providers
Hardik Shah 1f48577a02
fix: ChromaDB provider (#2413)
fixes the remote::chromaDB provider for vector_io by updating the method
definition appropriately.
Fixed impl to use score_threshold properly. 

### Test Plan 
```
# Start Chroma Docker 
docker run --rm \
  --name chromadb \
  -p 8800:8000 \
  -v ~/chroma:/chroma/chroma \
  -e IS_PERSISTENT=TRUE \
  -e ANONYMIZED_TELEMETRY=FALSE \
  chromadb/chroma:latest

# run pytest 
CHROMADB_URL="http://localhost:8800" pytest -sv tests/integration/vector_io/test_vector_io.py --stack-config vector_io=remote::chromadb,inference=fireworks --embedding-model nomic-ai/nomic-embed-text-v1.5
```
2025-06-06 11:25:58 -07:00
..
inline refactor: unify stream and non-stream impls for responses (#2388) 2025-06-05 17:48:09 +02:00
registry feat: add deps dynamically based on metastore config (#2405) 2025-06-05 14:07:25 -07:00
remote fix: ChromaDB provider (#2413) 2025-06-06 11:25:58 -07:00
utils feat: add deps dynamically based on metastore config (#2405) 2025-06-05 14:07:25 -07:00
__init__.py API Updates (#73) 2024-09-17 19:51:35 -07:00
datatypes.py fix(tools): do not index tools, only index toolgroups (#2261) 2025-05-25 13:27:52 -07:00