Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 421 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 421 Bytes

Web server for sentence embeddings

A small axum server exposing functionality from the fastembed-rs crate

Run with cargo run

Run with auto reload for development

cargo install cargo-watch systemfd
systemfd --no-pid -s http::3100 -- cargo watch -x run

OpenAPI documentation created with aide. Visit at: localhost:3100/docs