alert for some things that they arent supported by in-memory yet

This commit is contained in:
Jeffrey Huber
2022-11-16 12:22:49 -08:00
parent cdf98091d9
commit 48cab3be86
6 changed files with 177 additions and 12 deletions

View File

@@ -43,4 +43,12 @@ True
Running a nearest neighbor search
{'ids': ['11540ca6-ebbc-4c81-8299-108d8c47c88c'], 'embeddings': [['sample_space', '11540ca6-ebbc-4c81-8299-108d8c47c88c', [1.0, 2.0, 3.0, 4.0, 5.0], '/images/1', 'training', None, 'spoon']], 'distances': [0.0]}
Success! Everything worked!
```
### Run in-memory Chroma
```
cd chroma-server
CHROMA_MODE="in-memory" uvicorn chroma_server.api:app --reload --log-level=debug
```