Main merge vol5 (#1252)

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

---------

Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
Co-authored-by: Pavel Zorin <pazonec@yandex.ru>
Co-authored-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
Co-authored-by: Vasilije <8619304+Vasilije1990@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
This commit is contained in:
Igor Ilic 2025-08-14 21:17:17 +02:00 committed by GitHub
parent 4543890a70
commit 741188f788
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 3021 additions and 2777 deletions

View file

@ -1,6 +1,14 @@
name: community | Greetings
on: [pull_request, issues]
on:
issues:
types: [opened]
pull_request_target:
types: [opened]
permissions:
issues: write
pull-requests: write
jobs:
greeting:

View file

@ -57,7 +57,7 @@ class CogneeTestClient:
print(" Some tests may fail without proper LLM API configuration.")
print(" Set OPENAI_API_KEY environment variable for full functionality.")
else:
print(f"✅ API key configured (key ending in: ...{api_key[-4:]})")
print("✅ API key configured.")
# Create temporary test files
self.test_data_dir = tempfile.mkdtemp(prefix="cognee_test_")

View file

@ -74,7 +74,7 @@ def read_kuzu_storage_version(kuzu_db_path: str) -> int:
if kuzu_version_mapping.get(version_code):
return kuzu_version_mapping[version_code]
else:
ValueError("Could not map version_code to proper Kuzu version.")
raise ValueError("Could not map version_code to proper Kuzu version.")
def ensure_env(version: str, export_dir) -> str:

3874
poetry.lock generated

File diff suppressed because it is too large Load diff

1910
uv.lock generated

File diff suppressed because it is too large Load diff