updated index page, removed subpage, and updated copyright year

Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
This commit is contained in:
Francisco Javier Arceo 2025-02-20 21:39:48 -05:00
parent 1e2d5d0731
commit 5f83124113
3 changed files with 2 additions and 14 deletions

View file

@ -15,7 +15,7 @@
from docutils import nodes
project = "llama-stack"
copyright = "2024, Meta"
copyright = "2025, Meta"
author = "Meta"
# -- General configuration ---------------------------------------------------

View file

@ -31,7 +31,7 @@ Importantly, Llama Stack always strives to provide at least one fully "local" pr
## Tool Runtime
## [Vector DBs](vector_db/index.md)
## Vector DBs
```{toctree}
:maxdepth: 1

View file

@ -1,12 +0,0 @@
## Vector DB Providers
The goal of Llama Stack is to build an ecosystem where users can easily swap out different implementations
for the same Vector Database.
Examples for these include:
- [FAISS](vector_db/faiss.md) (inline)
- [SQLite-Vec](vector_db/sqlite-vec.md) (inline)
- [ChromaDB](vector_db/chromadb.md) (inline and remote)
- [Weaviate](vector_db/weaviate.md) (remote)
- [Qdrant](vector_db/qdrant.md) (remote)
- [PGVector](vector_db/pgvector.md) (remote)