Files
qdrant/lib/edge/python
xzfc 7c36f391fd Run just py-stubs
This commit replaces hand-written stubs with auto-generated stubs.

Temporary quality drop (no docstrings, `Incomplete` annotations, etc);
subsequent commits will restore them.

This commit is made early in the stack so changes in stub generation
would be visible in subsequent commits.
2026-09-24 01:47:45 +00:00
..
2026-09-24 01:47:43 +00:00
2026-01-20 18:28:40 +01:00
2026-09-24 01:47:45 +00:00
2026-03-11 17:13:46 +00:00

Qdrant Edge

Qdrant Edge is a lightweight, in-process vector search engine designed for embedded devices, autonomous systems, and mobile agents. It enables on-device retrieval with minimal memory footprint, no background services, and optional synchronization with Qdrant Cloud.

For connecting to remote Qdrant instances, use the qdrant-client package instead.