Metadata-Version: 2.4
Name: qdrant-edge-py
Version: 0.6.1
Author: Qdrant Team <info@qdrant.tech>
Author-email: Qdrant Team <info@qdrant.tech>
License: Apache-2.0
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

# 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`](https://pypi.org/project/qdrant-client/) package instead.

- Website: https://qdrant.tech/edge/
- Documentation: https://qdrant.tech/documentation/edge/
- Examples: https://github.com/qdrant/qdrant/tree/dev/lib/edge/python/examples

