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 catflap
cargo test --feature integration
To run the hot-reloading webserver:
./scripts/live-reload
You can then open localhost:5000