From 840e357921c210b14588753e9cedad3d345edebc Mon Sep 17 00:00:00 2001 From: Daniele Martinoli Date: Tue, 18 Mar 2025 08:09:01 +0100 Subject: [PATCH] more info in Qdrant guide Signed-off-by: Daniele Martinoli --- docs/source/providers/vector_io/qdrant.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/source/providers/vector_io/qdrant.md b/docs/source/providers/vector_io/qdrant.md index 9bfd2192f..603d8c98c 100644 --- a/docs/source/providers/vector_io/qdrant.md +++ b/docs/source/providers/vector_io/qdrant.md @@ -9,8 +9,16 @@ That means you'll get fast and efficient vector retrieval. ## Features -- Easy to use +- Lightweight and easy to use - Fully integrated with Llama Stack +- Apache 2.0 license terms +- Store embeddings and their metadata +- Supports search by + [Keyword](https://qdrant.tech/articles/qdrant-introduces-full-text-filters-and-indexes/) + and [Hybrid](https://qdrant.tech/articles/hybrid-search/#building-a-hybrid-search-system-in-qdrant) search +- [Multilingual and Multimodal retrieval](https://qdrant.tech/documentation/multimodal-search/) +- [Medatata filetring](https://qdrant.tech/articles/vector-search-filtering/) +- [GPU support](https://qdrant.tech/documentation/guides/running-with-gpu/) ## Usage