Cargo Features
[dependencies]
kproc = { version = "0.2.0", default-features = false, features = ["html", "http", "ollama", "llama.cpp", "schemars", "image"] }
- default = html, http, image, llama.cpp, ollama
-
These default features are set whenever
kproc
is added without
somewhere in the dependency tree.default-features = false - html default
-
Enables html2text ^0.13
Affects
processors::html
… - http default
-
Enables isahc
Affects
processors::http
… - ollama default = schemars
-
Enables ollama of kproc-llm and kproc-values
- llama.cpp default
- schemars ollama
-
Enables schemars of kproc-values
- image default
-
Enables image of kproc-values