Closed
Description
What happened?
I set up a VM on gcp with your terraform templates in the deployment examples. The VM is up and running and I can get a heartbeat, but when I try to create a new collection with my HttpClient no id is created, thus the call fails. The collection is still created but without an id, rendering it useless.
Versions
Chroma v0.4.5, Python 3.10, Mac
Relevant log output
Traceback (most recent call last):
File "/Users/acc/Documents/repo/our_repo/nova/scripts/chroma_second_test.py", line 10, in <module>
collection = client.create_collection("test4")
File "/Users/acc/Documents/repo/our_repo/.venv/lib/python3.10/site-packages/chromadb/api/fastapi.py", line 92, in create_collection
id=resp_json["id"],
KeyError: 'id'
Process finished with exit code 1