Skip to content

Commit

Permalink
mistral:text for embeddings
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Jun 20, 2024
1 parent 4952a03 commit e28c0c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class OllamaEmbeddingsProvider(BaseEmbeddingsProvider, OllamaEmbeddings):
name = "Ollama"
models = [
"llama2",
"mistral",
"mistral:text",
"tinyllama",
]
model_id_key = "model"
Expand Down

0 comments on commit e28c0c0

Please sign in to comment.