Files
qdrant/lib/edge/publish/README.md

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

  1. Update the VERSION in amalgamate.py.
  2. Run Qdrant Edge Rust Release workflow.