Cargo Features
[dependencies]
kproc = { version = "0.6.1", default-features = false, features = ["html", "http", "image", "llama.cpp", "ollama", "schemars", "simple-api"] }
- default = html, http, image, llama.cpp, ollama, simple-api
-
These default features are set whenever
kprocis added withoutsomewhere in the dependency tree.default-features = false - html default
-
Enables html2text
Affects
processors::html… - http default
-
Enables isahc
Affects
processors::http… - image default
-
Enables image of kproc-values
Affects
graph::ImageEncoderInputs… - llama.cpp default
- ollama default = schemars
-
Enables ollama of kproc-llm and kproc-values
- schemars ollama
-
Enables schemars of kproc-values
- simple-api default
-
Enables simple-api of kproc-llm