feat: economical index support retrieval testing (#3563)

This commit is contained in:
Joel
2024-04-17 17:40:28 +08:00
committed by GitHub
parent be3b37114c
commit 40b48510f4
2 changed files with 22 additions and 19 deletions

View File

@@ -33,6 +33,7 @@ export enum RETRIEVE_METHOD {
fullText = 'full_text_search',
hybrid = 'hybrid_search',
invertedIndex = 'invertedIndex',
keywordSearch = 'keyword_search',
}
export type VariableInput = {