kjarni-cli 0.1.10

Command-line interface for the Kjarni inference engine: embeddings, classification, reranking, generation and search
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pub mod chat;
pub mod classify;
pub mod display;
pub mod embed;
pub mod generate;
pub mod index;
pub mod inspect;
pub mod model;
pub mod rerank;
pub mod search;
pub mod similarity;
pub mod summarize;
pub mod transcribe;
pub mod translate;

mod util;