mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-12 13:00:39 +00:00
updated index page, removed subpage, and updated copyright year
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
This commit is contained in:
parent
1e2d5d0731
commit
5f83124113
3 changed files with 2 additions and 14 deletions
|
@ -15,7 +15,7 @@
|
|||
from docutils import nodes
|
||||
|
||||
project = "llama-stack"
|
||||
copyright = "2024, Meta"
|
||||
copyright = "2025, Meta"
|
||||
author = "Meta"
|
||||
|
||||
# -- General configuration ---------------------------------------------------
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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)
|
Loading…
Add table
Add a link
Reference in a new issue