mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-07 11:08:20 +00:00
more ads in the doc
Signed-off-by: Daniele Martinoli <dmartino@redhat.com>
This commit is contained in:
parent
568320b7ab
commit
af8354ad1a
1 changed files with 7 additions and 0 deletions
|
@ -7,6 +7,13 @@ orphan: true
|
||||||
allows you to store and query vectors directly in memory.
|
allows you to store and query vectors directly in memory.
|
||||||
That means you'll get fast and efficient vector retrieval.
|
That means you'll get fast and efficient vector retrieval.
|
||||||
|
|
||||||
|
> By default, Qdrant stores vectors in RAM, delivering incredibly fast access for datasets that fit comfortably in
|
||||||
|
> memory. But when your dataset exceeds RAM capacity, Qdrant offers Memmap as an alternative.
|
||||||
|
>
|
||||||
|
> \[[An Introduction to Vector Databases](https://qdrant.tech/articles/what-is-a-vector-database/)\]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- Lightweight and easy to use
|
- Lightweight and easy to use
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue