feat: economical index support retrieval testing (#3563)

This commit is contained in:
Joel 2024-04-17 17:40:28 +08:00 committed by GitHub
commit 40b48510f4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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 = {