diff --git a/cognee/base_config.py b/cognee/base_config.py index 085ede2cd..6b1b8811e 100644 --- a/cognee/base_config.py +++ b/cognee/base_config.py @@ -16,7 +16,6 @@ class BaseConfig(BaseSettings): langfuse_host: Optional[str] = os.getenv("LANGFUSE_HOST") model_config = SettingsConfigDict(env_file=".env", extra="allow") - def to_dict(self) -> dict: return { "data_root_directory": self.data_root_directory,