You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Microsoft.SemanticKernel.Connectors.Chroma connector is currently using the deprecated Chroma DB v1 API. When attempting to connect to the latest Chroma DB (v2), the following error is returned:
{"error":"Unimplemented","message":"The v1 API is deprecated. Please use /v2 apis"}
Suggestion:
Please update the connector to use the new /v2 API endpoints to ensure compatibility with the latest version of Chroma DB.