([`c21b3ff`](https://github.com/kantord/SeaGOAT/commit/c21b3ffd2440913f24dee53090eca3f5495f7a61))
Features
- Allow users to customize the embedding function in chroma
([295](https://github.com/kantord/SeaGOAT/pull/295),
[`fe2dfc8`](https://github.com/kantord/SeaGOAT/commit/fe2dfc83fa49b95c37b33cbe8023449a03fa8c79))
* init implementation testing OpenVINO ONNX execution provider
* testing config value passing
* Updated schema
* fixed the schema
* fixed json error
* fixed typo
* check if provider is set if it is pass the config value to the embedding function
* check that provider is in onnx list of providers
* check if provide provider exists
* Test for user defined ONNX execution provider; Removed print statements;
* linting
* Removed instance variable to make CI/CD happy
* Move to developer dependency
* Load config in the chroma file, load test properly
* feat: simplify config structure
* docs: document embedding function configuration
* removed dev dep
* chore: fix lockfile
---------
Co-authored-by: Ashish Datta <ashishdattaAshishs-MacBook-Air.local>
Co-authored-by: Daniel Kantor <gitdaniel-kantor.com>