mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-09 21:04:49 +08:00
fix: Restrict the agent to using memory compatible with the embedding model. (#16699)
This commit is contained in:
@@ -8,4 +8,6 @@ export interface IMemory {
|
||||
permissions: string;
|
||||
storage_type: string;
|
||||
tenant_id: string;
|
||||
embd_id: string;
|
||||
llm_id: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user