File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/components/projects/projectId/settings/embeddings Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ export default function AddNewEmbeddingModal() {
134134 setAcceptButton ( acceptButtonCopy ) ;
135135 setTermsAccepted ( false ) ;
136136 if ( savePlatform == PlatformType . PRIVATEMODE_AI ) {
137- setModel ( "intfloat/multilingual-e5-large-instruct " ) ;
137+ setModel ( "qwen3-embedding-4b " ) ;
138138 } else setModel ( null ) ;
139139 setApiToken ( '' ) ;
140140 }
@@ -301,7 +301,7 @@ export default function AddNewEmbeddingModal() {
301301 < Tooltip content = { TOOLTIPS_DICT . PROJECT_SETTINGS . EMBEDDINGS . MODEL } placement = "right" color = "invert" >
302302 < span className = "card-title mb-0 label-text flex" > < span className = "cursor-help underline filtersUnderline" > Model</ span > </ span >
303303 </ Tooltip >
304- < input defaultValue = "intfloat/multilingual-e5-large-instruct " disabled className = "h-9 w-full text-sm border-gray-300 rounded-md placeholder-italic border text-gray-900 pl-4 focus:outline-none focus:ring-2 focus:ring-gray-300 focus:ring-offset-2 focus:ring-offset-gray-100 disabled:opacity-50" />
304+ < input defaultValue = "qwen3-embedding-4b " disabled className = "h-9 w-full text-sm border-gray-300 rounded-md placeholder-italic border text-gray-900 pl-4 focus:outline-none focus:ring-2 focus:ring-gray-300 focus:ring-offset-2 focus:ring-offset-gray-100 disabled:opacity-50" />
305305 </ > }
306306 </ div >
307307 { platform && ( platform . name == platformNamesDict [ PlatformType . OPEN_AI ] || platform . name == platformNamesDict [ PlatformType . AZURE ] || platform . name == platformNamesDict [ PlatformType . PRIVATEMODE_AI ] ) && < div className = "text-center mt-3" >
You can’t perform that action at this time.
0 commit comments