forked from phoenix-oss/llama-stack-mirror
fix: ensure ollama embedding model is registered properly in the template
This commit is contained in:
parent
999195fe5b
commit
4c8a0fa8dc
3 changed files with 8 additions and 9 deletions
|
@ -90,6 +90,12 @@ models:
|
|||
model_id: ${env.INFERENCE_MODEL}
|
||||
provider_id: ollama
|
||||
model_type: llm
|
||||
- metadata:
|
||||
embedding_dimension: 384
|
||||
model_id: all-MiniLM-L6-v2
|
||||
provider_id: ollama
|
||||
provider_model_id: all-minilm:latest
|
||||
model_type: embedding
|
||||
shields: []
|
||||
vector_dbs: []
|
||||
datasets: []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue