mirror of
https://github.com/tensorchord/pgvecto.rs.git
synced 2025-04-18 21:44:00 +03:00
CLI for pgvecto.rs
Build
cargo build -p cli
Usage
- create: configure an index to an empty dir
- add: add vectors from a file [HDF5, fvecs] (Note: this doesn't trigger the index build)
- build: build the index
- query: query the index from a file
./target/debug/cli --help