I want to use chroma in a c# project.
I alredy did a python project that stores chroma data local using chromadb.persistenClient. I don’t want my data to be stored in an online server but rather local.
I tried using multiple forms of Microsofts ChromaClient class which seems to the the only way to use chroma on c# and requires a chroma server endpoint url
New contributor
Milucide is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
2