fix: Return distributed as part of Cognee build

This commit is contained in:
Igor Ilic 2025-08-15 12:27:03 +02:00
parent 216ffd2706
commit 1ee697b000
2 changed files with 2 additions and 3 deletions

View file

@ -58,7 +58,7 @@ class LoaderInterface(ABC):
pass pass
@abstractmethod @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. Load and process the file, returning standardized result.

View file

@ -1,7 +1,7 @@
[project] [project]
name = "cognee" 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." description = "Cognee - is a library for enriching LLM context with a semantic layer for better understanding and reasoning."
authors = [ authors = [
{ name = "Vasilije Markovic" }, { name = "Vasilije Markovic" },
@ -156,7 +156,6 @@ exclude = [
"/.data", "/.data",
"/.github", "/.github",
"/alembic", "/alembic",
"/distributed",
"/deployment", "/deployment",
"/cognee-mcp", "/cognee-mcp",
"/cognee-frontend", "/cognee-frontend",