mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-23 06:46:40 +08:00
### What problem does this PR solve? Feat: Allows users to search for models in the model selection drop-down box #3221 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -24,6 +24,7 @@ export interface IKnowledge {
|
||||
vector_similarity_weight: number;
|
||||
embd_id: string;
|
||||
nickname?: string;
|
||||
operator_permission: number;
|
||||
}
|
||||
|
||||
export interface Raptor {
|
||||
|
||||
@ -11,6 +11,8 @@ export interface IThirdOAIModel {
|
||||
tags: string;
|
||||
update_date: string;
|
||||
update_time: number;
|
||||
tenant_id?: string;
|
||||
tenant_name?: string;
|
||||
}
|
||||
|
||||
export type IThirdOAIModelCollection = Record<string, IThirdOAIModel[]>;
|
||||
|
||||
Reference in New Issue
Block a user