mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-06 10:00:58 -05:00
863 B
863 B
Qdrant Edge
This is a home for the qdrant-edge-related code.
The source code for the qdrant-edge package is autogenerated by the amalgamate.py script and placed in ./qdrant-edge/ in this directory (gitignored).
If you need to make changes in the qdrant-edge package, edit the original packages in this repo (/lib in the repo root).
How run and test
./amalgamate.py
./examples/prepare_facet_snapshot.sh
cargo check -p examples
cargo run -p examples --bin demo
cargo run -p examples --bin …
(see full binary list in examples/src/bin)
How to publish to crates.io
- Update the
VERSIONin amalgamate.py. - Run Qdrant Edge Rust Release workflow.