Cargo Features
llama-core has no features set by default.
[dependencies]
llama-core = { version = "0.25.2", features = ["full", "logging", "search", "rag", "whisper"] }
- full = logging, rag, search, whisper
- logging full? = log, wasi-logger
- search full?
-
Affects
llama-core::search
… - rag full? = qdrant
-
Affects
llama-core::rag
,llama-core::init_ggml_rag_context
… - whisper full?
-
Affects
audio::audio_transcriptions
,audio::audio_translations
,llama-core::init_whisper_context
,metadata::whisper
…
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- qdrant rag?
-
Enables qdrant_rest_client
- wasi-logger logging?
- log logging?