We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 74c863b + 53288a4 commit 97affbbCopy full SHA for 97affbb
libs/chatchat-server/chatchat/settings.py
@@ -520,6 +520,7 @@ class ToolSettings(BaseFileSettings):
520
"""
521
RECURSION_LIMIT: int = 50
522
523
+ GRAPH_MEMORY_TYPE: t.Literal["memory", "sqlite", "postgres"] = "sqlite"
524
525
langgraph 历史记录类型。
526
如果设为 memory, 无法持久化,仅在程序运行期间用于获取历史消息。
@@ -529,7 +530,6 @@ class ToolSettings(BaseFileSettings):
529
530
POSTGRESQL_GRAPH_CONNECTION_POOLS_MAX_SIZE
531
POSTGRESQL_GRAPH_CONNECTION_POOLS_KWARGS 等配置
532
- GRAPH_MEMORY_TYPE: t.Literal["memory", "sqlite", "postgres"] = "sqlite"
533
534
# """本地知识库工具配置项"""
535
# search_local_knowledgebase: dict = {
0 commit comments