Provides Rust bindings for the txtai API, enabling semantic search, LLM orchestration, and language model workflows within Rust applications.
Txtai.rs is a Rust client for the txtai AI framework, which facilitates semantic search, LLM orchestration, and language model workflows. It allows Rust developers to integrate txtai's capabilities into their applications. The library provides bindings to the txtai API, enabling features like embeddings, extractive question answering, zero-shot classification, and pipelines within a Rust environment. Examples are provided to demonstrate how to use txtai.rs with a running txtai API instance.