MeiliSearch/meilisearch
Jakob Klemm d3004d8040
Implemented Ollama as an embeddings provider
Initial prototype of Ollama embeddings actually working, error handlign / retries still missing.

Allow model to be any String and require dimensions parameter

Fixed rustfmt formatting issues

There were some formatting issues in the initial PR and this should not make the changes comply with the Rust style guidelines

Because I accidentally didn't follow the style guide for commits in my commit messages I squashed them into one to comply
2024-03-04 15:09:43 +01:00
..
src Implemented Ollama as an embeddings provider 2024-03-04 15:09:43 +01:00
tests create a test with the dry-run parameter enabled 2024-02-22 15:51:47 +01:00
build.rs Add note in code so one does not forget next time 2023-02-16 10:53:14 +01:00
Cargo.toml Upgrade rustls to 0.21.10 and ring to 0.17 2024-02-12 14:32:29 +08:00