While trying to connect to chromaDB via docker locally, I got "failed to create collection: Error (410) Unimplemented: The v1 API is deprecated. Please use /v2 apis"
My initial assumption was that agno-go's chromadb package only support an older version, but when I forked the project (in an attempt to resolve), I realized the docker file handles for the latest version of chromadb (updated 3 weeks ago).
So, I got confused and don't know where to start. Thoughts and solutions?
While trying to connect to chromaDB via docker locally, I got "failed to create collection: Error (410) Unimplemented: The v1 API is deprecated. Please use /v2 apis"
My initial assumption was that agno-go's chromadb package only support an older version, but when I forked the project (in an attempt to resolve), I realized the docker file handles for the latest version of chromadb (updated 3 weeks ago).
So, I got confused and don't know where to start. Thoughts and solutions?