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 default-features = false somewhere in the dependency tree.

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

Enables llama.cpp of kproc-llm

schemars ollama

Enables schemars of kproc-values

image default

Enables image of kproc-values