Cargo Features

LlamaEdge has no features set by default.

[dependencies]
llamaedge = { version = "0.0.7", features = ["full", "audio", "image", "rag"] }
full = audio, image, rag
audio full?

Enables whisper of endpoints

Affects params::TranscriptionParams, params::TranslationParams

image full?

Affects params::ImageResponseFormat, params::ImageCreateParams, params::ImageEditParams

rag full?

Enables rag of endpoints

Affects params::RagChatParams, params::RagVdbConfig, params::EmbeddingsParams.vdb_server_url, params::EmbeddingsParams.vdb_collection_name, params::EmbeddingsParams.vdb_api_key