chroma-core / chroma

the AI-native open-source embedding database
https://www.trychroma.com/
Apache License 2.0
13.36k stars 1.14k forks source link

[Bug]: KeyError: 'dimension' error for list_collections() #2379

Closed Prashantphalke07 closed 1 week ago

Prashantphalke07 commented 1 week ago

What happened?

When calling list_collections() method from chromadb client(http client), getting KeyError: 'dimension'.

It it working fine for chromadb== 0.5.0

Versions

Chromadb 0.5.3 Python 3.10.12 Databricks Runtime Version - 14.0 (includes Apache Spark 3.5.0, Scala 2.12)

Relevant log output

No response

houssemtun commented 1 week ago

I have the same issue since yesterday. Workaround: Use the old version 0.5.0

What happened?

When calling list_collections() method from chromadb client(http client), getting KeyError: 'dimension'.

It it working fine for chromadb== 0.5.0

Versions

Chromadb 0.5.3 Python 3.10.12 Databricks Runtime Version - 14.0 (includes Apache Spark 3.5.0, Scala 2.12)

Relevant log output

No response

I have the same issue since yesterday. Workaround: Use the old version 0.5.0

tazarov commented 1 week ago

This is duplicate of #2377

HammadB commented 1 week ago

Chroma does not try to maintain client/server version forward compatibility while still pre 1.0 release. Please ensure your client/server are the same version. we will soon patch this specific instance however

HammadB commented 1 week ago

Closing as dupe