For the complete documentation index, see llms.txt. This page is also available as Markdown.

Getting started

1. Clone the repository

2. Install Rust and Cargo

3. Run the examples:

cargo run --example article_classification
cargo run --example authorization

Last updated