Skip to content

Commit 7f5d7a5

Browse files
feat: add new models to OLLAMA_EMBEDDING_MODELS and OLLAMA_TOOL_MODELS_BASE (#7586)
Co-authored-by: Edwin Jose <[email protected]>
1 parent e50476b commit 7f5d7a5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/backend/base/langflow/base/models/ollama_constants.py

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"snowflake-arctic-embed",
66
"all-minilm",
77
"bge-m3",
8+
"bge-large",
89
"paraphrase-multilingual",
910
"granite-embedding",
1011
"jina-embeddings-v2-base-en",
@@ -36,6 +37,7 @@
3637
"aya-expanse",
3738
"granite3-moe",
3839
"firefunction-v2",
40+
"cogito",
3941
]
4042

4143

0 commit comments

Comments
 (0)