updated structure for better navigation in the toctree

Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
This commit is contained in:
Francisco Javier Arceo 2025-02-21 12:17:43 -05:00
parent c1463eed1e
commit f13b1c876e
8 changed files with 27 additions and 13 deletions

View file

@ -33,14 +33,20 @@ Importantly, Llama Stack always strives to provide at least one fully "local" pr
## Vector IO ## Vector IO
Vector IO refers to operations on vector databases, such as adding documents, searching, and deleting documents. Vector IO refers to operations on vector databases, such as adding documents, searching, and deleting documents.
Vector IO plays a crucial role in [Retreival Augmented Generation (RAG)](../building_applications/rag), where the vector Vector IO plays a crucial role in [Retreival Augmented Generation (RAG)](../..//building_applications/rag), where the vector
io and database are used to store and retrieve documents for retrieval. io and database are used to store and retrieve documents for retrieval.
#### Vector IO Providers
The following providers (i.e., databases) are available for Vector IO: The following providers (i.e., databases) are available for Vector IO:
```{toctree} ```{toctree}
:maxdepth: 1 :maxdepth: 1
vector_io/index vector_io/faiss
vector_io/sqlite-vec
vector_io/chromadb
vector_io/pgvector
vector_io/qdrant
vector_io/weaviate
``` ```

View file

@ -1,3 +1,6 @@
---
orphan: true
---
# Chroma # Chroma
[Chroma](https://www.trychroma.com/) is an inline and remote vector [Chroma](https://www.trychroma.com/) is an inline and remote vector

View file

@ -1,3 +1,6 @@
---
orphan: true
---
# Faiss # Faiss
[Faiss](https://github.com/facebookresearch/faiss) is an inline vector database provider for Llama Stack. It [Faiss](https://github.com/facebookresearch/faiss) is an inline vector database provider for Llama Stack. It

View file

@ -1,10 +0,0 @@
```{toctree}
:maxdepth: 2
chromadb
sqlite-vec
faiss
pgvector
qdrant
weaviate
```

View file

@ -1,3 +1,6 @@
---
orphan: true
---
# Postgres PGVector # Postgres PGVector
[PGVector](https://github.com/pgvector/pgvector) is a remote vector database provider for Llama Stack. It [PGVector](https://github.com/pgvector/pgvector) is a remote vector database provider for Llama Stack. It

View file

@ -1,3 +1,6 @@
---
orphan: true
---
# Qdrant # Qdrant
[Qdrant](https://qdrant.tech/documentation/) is a remote vector database provider for Llama Stack. It [Qdrant](https://qdrant.tech/documentation/) is a remote vector database provider for Llama Stack. It

View file

@ -1,3 +1,6 @@
---
orphan: true
---
# SQLite-Vec # SQLite-Vec
[SQLite-Vec](https://github.com/asg017/sqlite-vec) is an inline vector database provider for Llama Stack. It [SQLite-Vec](https://github.com/asg017/sqlite-vec) is an inline vector database provider for Llama Stack. It

View file

@ -1,3 +1,6 @@
---
orphan: true
---
# Weaviate # Weaviate
[Weaviate](https://weaviate.io/) is a vector database provider for Llama Stack. [Weaviate](https://weaviate.io/) is a vector database provider for Llama Stack.