From 1ee697b00090f1600960af825384c92825d4c310 Mon Sep 17 00:00:00 2001 From: Igor Ilic Date: Fri, 15 Aug 2025 12:27:03 +0200 Subject: [PATCH] fix: Return distributed as part of Cognee build --- cognee/infrastructure/loaders/LoaderInterface.py | 2 +- pyproject.toml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/cognee/infrastructure/loaders/LoaderInterface.py b/cognee/infrastructure/loaders/LoaderInterface.py index f0e91adee..3a1c9bf3e 100644 --- a/cognee/infrastructure/loaders/LoaderInterface.py +++ b/cognee/infrastructure/loaders/LoaderInterface.py @@ -58,7 +58,7 @@ class LoaderInterface(ABC): pass @abstractmethod - async def load(self, file_path: str, file_stream: Optional[Any] = None, **kwargs): + async def load(self, file_path: str, **kwargs): """ Load and process the file, returning standardized result. diff --git a/pyproject.toml b/pyproject.toml index 095349ff3..96013fb6e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "cognee" -version = "0.2.2" +version = "0.2.3.dev0" description = "Cognee - is a library for enriching LLM context with a semantic layer for better understanding and reasoning." authors = [ { name = "Vasilije Markovic" }, @@ -156,7 +156,6 @@ exclude = [ "/.data", "/.github", "/alembic", - "/distributed", "/deployment", "/cognee-mcp", "/cognee-frontend",