UnisKB/ui/src/enums/application.ts

6 lines
111 B
TypeScript

export enum SearchMode {
embedding = '向量检索',
keywords = '全文检索',
blend = '混合检索'
}