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

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

Enables llama.cpp of kproc-llm

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