feat: economical index support retrieval testing (#3563)
This commit is contained in:
parent
be3b37114c
commit
40b48510f4
2 changed files with 22 additions and 19 deletions
|
|
@ -33,6 +33,7 @@ export enum RETRIEVE_METHOD {
|
|||
fullText = 'full_text_search',
|
||||
hybrid = 'hybrid_search',
|
||||
invertedIndex = 'invertedIndex',
|
||||
keywordSearch = 'keyword_search',
|
||||
}
|
||||
|
||||
export type VariableInput = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue