feat: add retriever rank fe (#1557)
Co-authored-by: StyleZhang <jasonapring2015@outlook.com>
This commit is contained in:
@@ -45,6 +45,7 @@ export enum ProviderEnum {
|
||||
'localai' = 'localai',
|
||||
'zhipuai' = 'zhipuai',
|
||||
'baichuan' = 'baichuan',
|
||||
'cohere' = 'cohere',
|
||||
}
|
||||
|
||||
export type ProviderConfigItem = {
|
||||
@@ -67,6 +68,7 @@ export enum ModelType {
|
||||
textGeneration = 'text-generation',
|
||||
embeddings = 'embeddings',
|
||||
speech2text = 'speech2text',
|
||||
reranking = 'reranking',
|
||||
}
|
||||
|
||||
export enum ModelFeature {
|
||||
|
||||
Reference in New Issue
Block a user