mirror of
https://github.com/qdrant/qdrant.git
synced 2026-07-29 06:01:05 -05:00
* WIP: introduce new vector store type * handling of InRamMmap * fmt * feature-flag * fmt * Use if else Co-authored-by: Roman Titov <ffuugoo@users.noreply.github.com> * Update lib/common/common/src/flags.rs Co-authored-by: Tim Visée <tim+github@visee.me> * also choose madvise for single-file in-ram-mmap * simplify generics * gpu fix * fix bug --------- Co-authored-by: Tim Visée <tim+github@visee.me> Co-authored-by: Roman Titov <ffuugoo@users.noreply.github.com>
Python Bindings for Qdrant Edge
Setup environment
python -m venv .venv
source .venv/bin/activate
pip install --user maturin
Build and install the package
cd lib/edge/python
maturin develop --no-default-features
Run example
python examples/qdrant-edge.py