mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-03 00:20:57 -05:00
* Implement `__repr__` for `PyJsonPath` * Implement `__repr__` for `PyFilter` * Implement `__repr__` for `PyQuery` * Implement `__repr__` for `PyQueryRequest` * Implement `__repr__` for `PySearchRequest` * Implement `__repr__` for `PyFilter` using `pyclass_repr` attribute * Implement `__repr__` for `PyQuery` using `pyclass_repr` attribute * Implement `__repr__` for `PyQueryRequest` using `pyclass_repr` attribute * Implement `__repr__` for `PySearchRequest` using `pyclass_repr` attribute
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