mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-07-20 21:57:14 +08:00
fix: long-term memory bug
This commit is contained in:
@@ -28,7 +28,7 @@ class MemoryConfig:
|
||||
|
||||
# Search config
|
||||
max_results: int = 10
|
||||
min_score: float = 0.3
|
||||
min_score: float = 0.1
|
||||
|
||||
# Hybrid search weights
|
||||
vector_weight: float = 0.7
|
||||
|
||||
Reference in New Issue
Block a user