From 3fa7129816774cffeba10848313b594f8ef048b4 Mon Sep 17 00:00:00 2001 From: Daniele Martinoli Date: Mon, 17 Mar 2025 16:26:29 +0100 Subject: [PATCH] typo Signed-off-by: Daniele Martinoli --- docs/source/providers/vector_io/qdrant.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/providers/vector_io/qdrant.md b/docs/source/providers/vector_io/qdrant.md index a4b9a39a2..9bfd2192f 100644 --- a/docs/source/providers/vector_io/qdrant.md +++ b/docs/source/providers/vector_io/qdrant.md @@ -3,7 +3,7 @@ orphan: true --- # Qdrant -[Qdrant](https://qdrant.tech/documentation/) is a inline and remote vector database provider for Llama Stack. It +[Qdrant](https://qdrant.tech/documentation/) is an inline and remote vector database provider for Llama Stack. It allows you to store and query vectors directly in memory. That means you'll get fast and efficient vector retrieval.