An API for performing brute force vector search backed by pre-computed data in S3.
Table of Contents
This project uses Rust, so builds and tests can be done with:
-
cargo build -
cargo test -
etc
Optionally for hot-reloading of the service during development:
cargo install cargo-watch catflapcargo test --feature integrationTo run the hot-reloading webserver:
./scripts/live-reloadYou can then open localhost:5000