mirror of
https://github.com/placeholder-soft/chroma.git
synced 2026-04-30 12:51:46 +08:00
alert for some things that they arent supported by in-memory yet
This commit is contained in:
@@ -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
|
||||
```
|
||||
Reference in New Issue
Block a user