entelix-memory-qdrant 0.5.5

entelix concrete VectorStore — qdrant-client gRPC backend
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# entelix-memory-qdrant

[![docs.rs](https://docs.rs/entelix-memory-qdrant/badge.svg)](https://docs.rs/entelix-memory-qdrant)
[![crates.io](https://img.shields.io/crates/v/entelix-memory-qdrant.svg)](https://crates.io/crates/entelix-memory-qdrant)
[![License: MIT](https://img.shields.io/badge/license-MIT-green?style=flat-square)](https://github.com/junyeong-ai/entelix/blob/main/LICENSE)

Companion crate. Concrete `VectorStore` impl backed by qdrant gRPC — production vector store with single-collection multi-tenancy via payload-filter on `namespace_key`.

Part of the [`entelix`](https://github.com/junyeong-ai/entelix) agentic-AI SDK workspace — see the [workspace README](https://github.com/junyeong-ai/entelix#readme) for project overview, quickstart, examples, and architecture.

## Documentation

- API reference: <https://docs.rs/entelix-memory-qdrant>
- Workspace overview: <https://github.com/junyeong-ai/entelix>

## License

MIT — see [LICENSE](https://github.com/junyeong-ai/entelix/blob/main/LICENSE).