From 5f831241132a4939eab51e573e0b888f55548ee6 Mon Sep 17 00:00:00 2001 From: Francisco Javier Arceo Date: Thu, 20 Feb 2025 21:39:48 -0500 Subject: [PATCH] updated index page, removed subpage, and updated copyright year Signed-off-by: Francisco Javier Arceo --- docs/source/conf.py | 2 +- docs/source/providers/index.md | 2 +- docs/source/providers/vector_db/index.md | 12 ------------ 3 files changed, 2 insertions(+), 14 deletions(-) delete mode 100644 docs/source/providers/vector_db/index.md 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)