Use chroma (database) local on c#
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 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.