mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-19 12:06:42 +08:00
Feat/memory (#11812)
### What problem does this PR solve? Manage and display memory datasets. ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -24,3 +24,5 @@ REQUEST_MAX_WAIT_SEC = 300
|
||||
|
||||
DATASET_NAME_LIMIT = 128
|
||||
FILE_NAME_LEN_LIMIT = 255
|
||||
MEMORY_NAME_LIMIT = 128
|
||||
MEMORY_SIZE_LIMIT = 10*1024*1024 # Byte
|
||||
|
||||
Reference in New Issue
Block a user