Closed as duplicate of#10864
Description
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.
Reference: