amikos-tech / chroma-go

The Go client for Chroma vector database
https://go-client.chromadb.dev
MIT License
73 stars 17 forks source link

Rename default_ef to onnx or ort #178

Open tazarov opened 2 weeks ago

tazarov commented 2 weeks ago

The default EF, such as is today, is really a locally run Onnxruntime. The model we use is Chroma specific but that can be moved to another package or made a config. However, it is possible to get and use new models so it makes sense to rename the EF and refactor any default EF code bits