Docs.rs
innate-0.1.21
innate 0.1.21
Docs.rs crate page
MIT
08 August 2026
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
renmengkai
Dependencies
anyhow ^1
normal
chrono ^0.4
normal
clap ^4
normal
dirs-next ^2
normal
hmac ^0.13
normal
libc ^0.2
normal
rusqlite ^0.32
normal
serde ^1
normal
serde_json ^1
normal
sha2 ^0.11
normal
thiserror ^2
normal
tiny_http ^0.12
normal
ureq ^3
normal
uuid ^1
normal
tempfile ^3
dev
Versions
41.81%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module llm
innate_
core
0.1.21
Module llm
Module Items
Structs
Functions
In crate innate_
core
innate_core
Module
llm
Copy item path
Source
Structs
§
Http
Distiller
LlmEmbedding
Provider
LlmReranker
Functions
§
build_
distiller
test_
embedding
Test the embedding config. Returns Ok(dim) or Err.
test_
llm
Test the LLM config by sending a minimal request. Returns Ok(model_response) or Err.