mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 12:32:30 +08:00
Added infinity rank_feature support (#9044)
### What problem does this PR solve? Added infinity rank_feature support ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
@ -17,7 +17,7 @@ log_file_max_size = "100MB"
|
||||
log_file_rotate_count = 10
|
||||
|
||||
# trace/debug/info/warning/error/critical 6 log levels, default: info
|
||||
log_level = "info"
|
||||
log_level = "trace"
|
||||
|
||||
[storage]
|
||||
persistence_dir = "/var/infinity/persistence"
|
||||
@ -47,7 +47,7 @@ mem_index_capacity = 65536
|
||||
buffer_manager_size = "8GB"
|
||||
lru_num = 7
|
||||
temp_dir = "/var/infinity/tmp"
|
||||
result_cache = "on"
|
||||
result_cache = "off"
|
||||
memindex_memory_quota = "1GB"
|
||||
|
||||
[wal]
|
||||
|
||||
Reference in New Issue
Block a user