chroma-sdk/Colore

What about REST server?

leonardoInf opened this issue · 2 comments

I scoured the documentation and the source code to find information about the REST Api and apparently it only includes a client. Am I right that Chroma REST server is not supported by Colore?

ok kind of a stupid question. You can find a .NET REST Server here.

Colore has full support for using the Chroma REST API in version 6.0 (it's one of the major new features). You can create an IChroma instance that uses the REST API as backend with ColoreProvider.CreateRestAsync.