add semantic search field message to note that model_size is irrelevant when embeddings provider is selected

This commit is contained in:
Josh Hawkins
2026-05-22 07:56:56 -05:00
parent 173652e672
commit c5ada9d595
2 changed files with 18 additions and 1 deletions
+2 -1
View File
@@ -1820,7 +1820,8 @@
"mixedTypesSuggestion": "All detectors must use the same type. Remove existing detectors or select {{type}}."
},
"semanticSearch": {
"jinav2SmallModelSize": "The 'small' size with the Jina V2 model has high RAM and inference cost. The 'large' model with a discrete GPU is recommended."
"jinav2SmallModelSize": "The 'small' size with the Jina V2 model has high RAM and inference cost. The 'large' model with a discrete GPU is recommended.",
"modelSizeIgnoredForProvider": "Model size only applies to the built-in Jina models. This value will be ignored when using a GenAI embedding provider."
}
}
}