fix: update retrieval method cache (#21409)

This commit is contained in:
Wu Tianwei
2025-06-26 10:58:21 +08:00
committed by GitHub
parent cefb8e4218
commit ad9eebd02d
2 changed files with 3 additions and 2 deletions

View File

@@ -575,6 +575,7 @@ const StepTwo = ({
onSuccess(data) {
updateIndexingTypeCache && updateIndexingTypeCache(indexType as string)
updateResultCache && updateResultCache(data)
updateRetrievalMethodCache && updateRetrievalMethodCache(retrievalConfig.search_method as string)
},
})
}