fix: Return distributed as part of Cognee build
This commit is contained in:
parent
216ffd2706
commit
1ee697b000
2 changed files with 2 additions and 3 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue