mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-31 01:01:30 +08:00
### What problem does this PR solve? Feat: Add memory multi-select dropdown to recall and message operator forms. #4213 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
11
web/src/interfaces/database/memory.ts
Normal file
11
web/src/interfaces/database/memory.ts
Normal file
@ -0,0 +1,11 @@
|
||||
export interface IMemory {
|
||||
avatar: null;
|
||||
description: null;
|
||||
id: string;
|
||||
memory_type: string[];
|
||||
name: string;
|
||||
owner_name: string;
|
||||
permissions: string;
|
||||
storage_type: string;
|
||||
tenant_id: string;
|
||||
}
|
||||
Reference in New Issue
Block a user