1
0
mirror of https://github.com/tensorchord/pgvecto.rs.git synced 2025-04-18 21:44:00 +03:00
usamoi 12aca46ff6
refactor: rabitq (#593)
Signed-off-by: usamoi <usamoi@outlook.com>
2024-09-19 03:42:33 +00:00
..
2024-09-19 03:42:33 +00:00
2024-09-02 12:41:50 +00:00
2024-07-22 07:57:42 +00: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