mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 03:47:02 +02:00
Put the Ollama tests under a feature
This commit is contained in:
parent
a1d1e7c82a
commit
ca1ad51564
4 changed files with 7 additions and 5 deletions
|
@ -145,6 +145,7 @@ zip = { version = "2.2.2", optional = true }
|
|||
[features]
|
||||
default = ["meilisearch-types/all-tokenizations", "mini-dashboard"]
|
||||
swagger = ["utoipa-scalar"]
|
||||
test-ollama = []
|
||||
mini-dashboard = [
|
||||
"static-files",
|
||||
"anyhow",
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
mod binary_quantized;
|
||||
#[cfg(feature = "test-ollama")]
|
||||
mod ollama;
|
||||
mod openai;
|
||||
mod rest;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue