diff --git a/docs/source/conf.py b/docs/source/conf.py index a876333db..fd105a6cf 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -15,7 +15,7 @@ from docutils import nodes project = "llama-stack" -copyright = "2024, Meta" +copyright = "2025, Meta" author = "Meta" # -- General configuration --------------------------------------------------- diff --git a/docs/source/providers/index.md b/docs/source/providers/index.md index 335cad69f..adccc710f 100644 --- a/docs/source/providers/index.md +++ b/docs/source/providers/index.md @@ -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 diff --git a/docs/source/providers/vector_db/index.md b/docs/source/providers/vector_db/index.md deleted file mode 100644 index 5da0d36e4..000000000 --- a/docs/source/providers/vector_db/index.md +++ /dev/null @@ -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)