fix: Return distributed as part of Cognee build (#1257)

<!-- .github/pull_request_template.md -->

## Description
<!-- Provide a clear description of the changes in this PR -->

## DCO Affirmation
I affirm that all code in every commit of this pull request conforms to
the terms of the Topoteretes Developer Certificate of Origin.
This commit is contained in:
Vasilije 2025-08-15 13:12:50 +02:00 committed by GitHub
commit 1e57ac9f19
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 3 deletions

View file

@ -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.

View file

@ -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",