llama-stack-mirror/docs/docs
Francisco Arceo 48581bf651
chore: Updating how default embedding model is set in stack (#3818)
# What does this PR do?

Refactor setting default vector store provider and embedding model to
use an optional `vector_stores` config in the `StackRunConfig` and clean
up code to do so (had to add back in some pieces of VectorDB). Also
added remote Qdrant and Weaviate to starter distro (based on other PR
where inference providers were added for UX).

New config is simply (default for Starter distro):

```yaml
vector_stores:
  default_provider_id: faiss
  default_embedding_model:
    provider_id: sentence-transformers
    model_id: nomic-ai/nomic-embed-text-v1.5
```

## Test Plan
CI and Unit tests.

---------

Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
Co-authored-by: Ashwin Bharambe <ashwin.bharambe@gmail.com>
2025-10-20 14:22:45 -07:00
..
advanced_apis chore: update doc (#3857) 2025-10-20 10:33:21 -07:00
building_applications chore: Updating how default embedding model is set in stack (#3818) 2025-10-20 14:22:45 -07:00
concepts chore: update API leveling docs with deprecation flag (#3837) 2025-10-17 10:17:58 -07:00
contributing chore: update doc (#3857) 2025-10-20 10:33:21 -07:00
deploying chore: use uvicorn to start llama stack server everywhere (#3625) 2025-10-06 14:27:40 +02:00
distributions feat(stores)!: use backend storage references instead of configs (#3697) 2025-10-20 13:20:09 -07:00
getting_started docs: fix sidebar of Detailed Tutorial (#3856) 2025-10-20 13:10:50 -04:00
providers feat(stores)!: use backend storage references instead of configs (#3697) 2025-10-20 13:20:09 -07:00
references refactor: replace default all-MiniLM-L6-v2 embedding model by nomic-embed-text-v1.5 in Llama Stack (#3183) 2025-10-14 10:44:20 -04:00
api-overview.md docs: api separation (#3630) 2025-10-01 10:13:31 -07:00
index.mdx docs: fix more broken links (#3649) 2025-10-02 10:43:49 +02:00