fix(starter): Add missing faiss provider to build.yaml vector_io section

The starter template build.yaml was missing the inline::faiss provider in the
vector_io section, while it was properly configured in run.yaml and starter.py's
vector_io_providers list. Get the list from vector_io_providers so there is no
mismatch.

Fixes: #2624

Signed-off-by: Derek Higgins <derekh@redhat.com>
This commit is contained in:
Derek Higgins 2025-07-04 11:48:16 +01:00
parent c4349f532b
commit a63b580fcc
2 changed files with 21 additions and 18 deletions

View file

@ -29,6 +29,7 @@ distribution_spec:
- remote::passthrough
- inline::sentence-transformers
vector_io:
- inline::faiss
- inline::sqlite-vec
- inline::milvus
- remote::chromadb