Commit graph

3077 commits

Author SHA1 Message Date
Daulet Amirkhanov
b9cd847e9d Remove Memgraph and references to it 2025-09-07 20:38:37 +01:00
Daulet Amirkhanov
aa74672aeb mypy: fix RemoteKuzuAdapter mypy errors 2025-09-07 20:38:26 +01:00
Daulet Amirkhanov
9a2bf0f137 kuzu - improve type inference for connection 2025-09-07 20:38:14 +01:00
Daulet Amirkhanov
b59087841b mypy: first fix KuzuAdapter mypy errors 2025-09-07 20:38:14 +01:00
Daulet Amirkhanov
deaf3debbf mypy: fix PGVectorAdapter mypy errors 2025-09-07 20:37:39 +01:00
Daulet Amirkhanov
eebca89855 mypy: fix LanceDBAdapter mypy errors 2025-09-07 20:37:09 +01:00
Daulet Amirkhanov
4ae41fede3 mypy fix: Fix ChromaDBAdapter mypy errors 2025-09-03 18:10:01 +01:00
Daulet Amirkhanov
26f5ab4f0f mypy: ignore missing imports for third party adapter libraries 2025-09-03 17:34:20 +01:00
Daulet Amirkhanov
baffd9187e adding temporary mypy scripts 2025-09-03 17:33:59 +01:00
Daulet Amirkhanov
85f37a6ee5 make protocols_mypy workflow manually dispatchable 2025-09-03 17:03:40 +01:00
Daulet Amirkhanov
aa686cefe8 Potential fix for code scanning alert no. 150: Workflow does not contain permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2025-09-03 16:59:09 +01:00
Daulet Amirkhanov
636d38c018 refactor: remove old MyPy workflow and add new database adapter MyPy check workflow 2025-09-03 16:59:09 +01:00
Daulet Amirkhanov
7d80701381 chore: update mypy and create a GitHub workflow 2025-09-03 16:59:09 +01:00
Vasilije
140c8adfba
fix: embedding exception imports (#1321)
<!-- .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.
2025-09-02 22:52:34 +02:00
Vasilije
8d4ddf8cf1
Merge branch 'dev' into fix/embedding-exception-imports 2025-09-02 22:52:25 +02:00
Vasilije
616075d6c4
Fix path handling consistency (#1327)
<!-- .github/pull_request_template.md -->

## Description
Fix path handling consistency by Gneeraj2001

## 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.
2025-09-02 15:17:38 +02:00
Igor Ilic
405b7d80c6 refactor: move config path test to unit tests 2025-09-02 11:54:15 +02:00
Igor Ilic
3069870a12 chore: Remove docstring regarding relative path 2025-09-02 11:27:59 +02:00
Igor Ilic
ac86fb6640 Merge branch 'main' into fix-path-handling-consistency-gneeraj2001 2025-09-02 11:24:53 +02:00
Igor Ilic
4bb178cbc6 Merge branch 'dev' into fix-path-handling-consistency-gneeraj2001 2025-09-02 11:24:48 +02:00
Igor Ilic
8a3e1b34b1 Merge branch 'fix-path-handling-consistency-gneeraj2001' of github.com:topoteretes/cognee into fix-path-handling-consistency-gneeraj2001 2025-09-02 11:24:44 +02:00
Igor Ilic
f36357acd8 feat: path handling has to be absolute by gneeraj2001 2025-09-02 11:22:50 +02:00
Neeraj Gopalakrishnan
3027b01701 Update cognee/tests/test_path_config.py
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-09-02 11:22:50 +02:00
Neeraj Gopalakrishnan
e063c49089 Update cognee/root_dir.py
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-09-02 11:22:50 +02:00
Neeraj Gopalakrishnan
fde28725a4 Update cognee/tests/test_path_config.py
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-09-02 11:22:50 +02:00
Neeraj Gopalakrishnan
c9e4e6e6f4 Update cognee/tests/test_path_config.py
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-09-02 11:22:50 +02:00
Neeraj Gopalakrishnan
d3dd87d90e Update cognee/tests/test_path_config.py
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-09-02 11:22:50 +02:00
Neeraj Gopalakrishnan
0e1e14b7c1 Update cognee/base_config.py
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-09-02 11:22:50 +02:00
gneeraj2001
cb6651a6e9 Fix path handling consistency
Signed-off-by: gneeraj2001 <gneeraj2001@gmail.com>
2025-09-02 11:22:50 +02:00
Igor Ilic
d8326a7e3a feat: path handling has to be absolute by gneeraj2001 2025-09-02 11:21:05 +02:00
Vasilije
e52f9c6a20
feature: adds time graph option to cognify (#1307)
<!-- .github/pull_request_template.md -->

## Description
feature: adds time graph option to cognify

## 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.
2025-09-02 09:17:29 +02:00
Vasilije
e25ac2785c
Update README.md 2025-09-02 08:51:26 +02:00
Neeraj Gopalakrishnan
2da35deae3
Merge branch 'main' into fix-path-handling-consistency 2025-09-01 11:16:14 -07:00
Vasilije
2ef38b5af1
feat: Add low reasoning for gpt5 model (#1317)
<!-- .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.
2025-09-01 17:52:16 +02:00
Igor Ilic
0b6a9170b5
Merge branch 'dev' into gpt-5-reasoning-low 2025-09-01 17:18:55 +02:00
vasilije
940d4797bc added fix to embeddings format 2025-09-01 17:17:48 +02:00
Vasilije
7b21170e8e
fix: Embedding engine fix (#1319)
<!-- .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.
2025-09-01 17:17:04 +02:00
Vasilije
5bb32521bf
fix: Return coding rules to MCP (#1323)
<!-- .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.
2025-09-01 17:16:14 +02:00
Igor Ilic
74cf56e1ce fix: Return coding rules to MCP 2025-09-01 17:13:51 +02:00
Vasilije
9b1af4db64
fix: Return coding rules to MCP (#1322)
<!-- .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.
2025-09-01 16:52:54 +02:00
Igor Ilic
e29c16edc5 fix: Return coding rules to MCP 2025-09-01 16:31:10 +02:00
hajdul88
60b09182cf fixes linting 2025-09-01 15:33:11 +02:00
hajdul88
d336511c57 ruff fix 2025-09-01 15:31:30 +02:00
hajdul88
9df440c020 feat: adds time extraction + unit tests for temporal retriever 2025-09-01 15:18:29 +02:00
lxobr
76143a7d48 fix: update embedding exception imports 2025-09-01 14:43:05 +02:00
hajdul88
a4e59b7583
Merge branch 'dev' into feature/cog-2746-time-graph-to-cognify 2025-09-01 09:47:37 +02:00
Vasilije
80b95b4df6
Merge branch 'dev' into embedding_engine_fix 2025-08-30 10:39:59 +02:00
Vasilije
427d67babf
fix: Add openrouter test (#1318)
<!-- .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.
2025-08-30 10:39:49 +02:00
vasilije
377c0d3973 added fix to embedding engine 2025-08-30 10:38:46 +02:00
vasilije
a3da74a01d add open router 2025-08-29 21:49:28 +02:00