feat: add new models to OLLAMA_EMBEDDING_MODELS and OLLAMA_TOOL_MODELS_BASE (#7586)

Co-authored-by: Edwin Jose <edwin.jose@datastax.com>
This commit is contained in:
Vitalii Mostipaka 2025-04-29 09:40:32 +03:00 committed by GitHub
commit 7f5d7a5320
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,6 +5,7 @@ OLLAMA_EMBEDDING_MODELS = [
"snowflake-arctic-embed",
"all-minilm",
"bge-m3",
"bge-large",
"paraphrase-multilingual",
"granite-embedding",
"jina-embeddings-v2-base-en",
@ -36,6 +37,7 @@ OLLAMA_TOOL_MODELS_BASE = [
"aya-expanse",
"granite3-moe",
"firefunction-v2",
"cogito",
]