mirror of
https://github.com/YFGaia/dify-plus.git
synced 2026-06-14 20:41:21 +08:00
feat: economical index support retrieval testing (#3563)
This commit is contained in:
@@ -33,6 +33,7 @@ export enum RETRIEVE_METHOD {
|
||||
fullText = 'full_text_search',
|
||||
hybrid = 'hybrid_search',
|
||||
invertedIndex = 'invertedIndex',
|
||||
keywordSearch = 'keyword_search',
|
||||
}
|
||||
|
||||
export type VariableInput = {
|
||||
|
||||
Reference in New Issue
Block a user