llama-stack-mirror/llama_stack/providers
Ashwin Bharambe b7cb06f004
Allow using an "inline" version of Chroma using PersistentClient (#567)
The same code is used (inside providers/remote/memory/chroma/chroma.py)
but it is driven by separate configurations and changes which Chroma
client to use. Note that the dependencies are separate
(`chromadb-client` vs `chromadb` -- the latter is a _much_ heavier
package.)

```
pytest -s -v -m chroma memory/test_memory.py --env CHROMA_DB_PATH=/tmp/chroma_test
pytest -s -v -m chroma memory/test_memory.py --env CHROMA_URL=http://localhost:6001
```
2024-12-11 16:02:04 -08:00
..
inline Allow using an "inline" version of Chroma using PersistentClient (#567) 2024-12-11 16:02:04 -08:00
registry Allow using an "inline" version of Chroma using PersistentClient (#567) 2024-12-11 16:02:04 -08:00
remote Allow using an "inline" version of Chroma using PersistentClient (#567) 2024-12-11 16:02:04 -08:00
tests Allow using an "inline" version of Chroma using PersistentClient (#567) 2024-12-11 16:02:04 -08:00
utils Revert "add model type to APIs" (#605) 2024-12-11 10:17:54 -08:00
__init__.py API Updates (#73) 2024-09-17 19:51:35 -07:00
datatypes.py Allow using an "inline" version of Chroma using PersistentClient (#567) 2024-12-11 16:02:04 -08:00