Updates to the configs

This commit is contained in:
Vasilije 2024-05-26 14:41:49 +02:00
parent ba1665aeea
commit 49fb408187

View file

@ -4,7 +4,7 @@ from pydantic_settings import BaseSettings, SettingsConfigDict
from cognee.root_dir import get_absolute_path
from cognee.shared.data_models import MonitoringTool, DefaultContentPrediction, LabeledContent, SummarizedContent, \
DefaultCognitiveLayer, DefaultGraphModel
DefaultCognitiveLayer, DefaultGraphModel, KnowledgeGraph
# Monitoring tool
@ -20,6 +20,7 @@ class CognifyConfig(BaseSettings):
connect_documents: bool = False
graph_topology: object = DefaultGraphModel
cognitive_layers_limit: int = 2
graph_model:object = KnowledgeGraph