Commit graph

2914 commits

Author SHA1 Message Date
Vasilije
62afced9a5
feat: Added custom prompt to cognify (#1278)
<!-- .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-27 14:10:21 +02:00
Vasilije
24c155b22e
fix: Resolve issue with Windows path (#1295)
<!-- .github/pull_request_template.md -->

## Description
Resolve issue with Windows path

## 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-27 14:09:37 +02:00
Igor Ilic
3a3274b5f9
Update .github/workflows/test_different_operating_systems.yml
Co-authored-by: Boris <boris@topoteretes.com>
2025-08-27 07:38:05 -04:00
Igor Ilic
11934cdf7f fix: Resolve integration test issue 2025-08-27 12:51:38 +02:00
Igor Ilic
e4e1a5438e refactor: Add read permissions only for gh token 2025-08-27 12:47:23 +02:00
Igor Ilic
23ea1c1659
Potential fix for code scanning alert no. 187: Workflow does not contain permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2025-08-27 06:42:30 -04:00
Igor Ilic
eb65a89621 fix: Resolve integration tests path issue 2025-08-27 12:41:13 +02:00
Igor Ilic
644116a2ce Merge branch 'fix-windows-path' of github.com:topoteretes/cognee into fix-windows-path 2025-08-27 12:06:19 +02:00
Igor Ilic
ecc403e49c fix: Add binary for python magic for windows os 2025-08-27 12:05:57 +02:00
Igor Ilic
23a46e54aa
Merge branch 'dev' into fix-windows-path 2025-08-27 10:11:18 +02:00
Boris
6e5acec292
refactor: make run_pipeline a high-level api for running pipelines (#1294)
<!-- .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-27 09:49:20 +02:00
Igor Ilic
58655ca41e refactor: Add proper path to test file 2025-08-26 21:51:42 +02:00
Igor Ilic
9c31617c2f fix: Resovle windows file path issue 2025-08-26 21:41:56 +02:00
Igor Ilic
229a7a1db3 refactor: Speed up CI/CD execution time 2025-08-26 21:28:11 +02:00
Igor Ilic
65542ecec7 refactor: Make CI/CD faster add more OS tests 2025-08-26 21:05:30 +02:00
Igor Ilic
8c69653912 fix: Resolve issue with Windows path 2025-08-26 20:22:20 +02:00
Vasilije
d6e6e874eb
feat: Add cli (#1197)
<!-- .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-26 19:13:17 +02:00
Vasilije
e5f0c22363
Merge branch 'dev' into add_cli 2025-08-26 19:13:11 +02:00
Boris
007399b1c6
feat: migrate pipeline status reset to add pipeline (#1289)
<!-- .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-26 19:06:08 +02:00
Andrej Milicevic
c013499f19 Fix tests failing for python 3.10 2025-08-26 18:34:38 +02:00
Boris
ea4f58e8fa
feat: migrate pipeline input validation to a layer (#1284)
<!-- .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-26 18:25:48 +02:00
Igor Ilic
5771b36c4c
feat: cognee pipeline layers (#1287)
<!-- .github/pull_request_template.md -->

## Description
Add dataset authorization layer
Add pipeline processing status layer

## 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-26 16:35:05 +02:00
Igor Ilic
0d77649716 Merge branch 'cognee-pipeline-layers' of github.com:topoteretes/cognee into cognee-pipeline-layers 2025-08-26 15:59:32 +02:00
Igor Ilic
5ea3056564 refactor: Rename auth layer 2025-08-26 15:58:53 +02:00
hajdul88
42d33fcd00
fix: fixes search test behaviour and adds comments to new pipeline executor logic (#1293)
<!-- .github/pull_request_template.md -->

## Description
fix: fixes search test behaviour and adds comments to new pipeline
executor logic

## 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-26 15:52:10 +02:00
hajdul88
d91b0f6aa3
feature: adds pipeline execution layer to cognify (#1291)
<!-- .github/pull_request_template.md -->

## Description
feature: adds pipeline execution layer 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-08-26 14:07:19 +02:00
Igor Ilic
03fc3c82f9
Merge branch 'dev' into cognee-pipeline-layers 2025-08-26 14:05:18 +02:00
Igor Ilic
950d29a678 refactor: Update typing 2025-08-26 14:04:33 +02:00
Vasilije
a6a33e9576
Feature/cog 2768 inspect cli tests fix failing ones (#1286)
<!-- .github/pull_request_template.md -->

## Description
<!-- Provide a clear description of the changes in this PR -->
I went through CLI unit and integration tests, removed ones that
provided little to no value. Improved and fixed some tests, where it was
needed.

## 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-26 13:50:53 +02:00
Andrej Milicevic
cf7d41cec2 Fix 2025-08-26 09:35:53 +02:00
Andrej Milicevic
dce525e27b Fix again. 2025-08-25 20:52:12 +02:00
Andrej Milicevic
de7a5a1c5d Fixed yml files 2025-08-25 20:45:11 +02:00
Andrej Milicevic
454358ea28 Solution for the API key error. 2025-08-25 20:26:59 +02:00
Andrej Milicevic
4b593aa523 And another potential fix for the API error. 2025-08-25 20:07:15 +02:00
Andrej Milicevic
31b33a98d3 Yet another potential fix for the invalid API key. 2025-08-25 19:40:39 +02:00
Andrej Milicevic
66b8bb39b5 Another potential fix for the invalid API key error. 2025-08-25 19:16:59 +02:00
Andrej Milicevic
a3d5164129 Fix formatting. Potential fix to invalid api key error. 2025-08-25 18:57:45 +02:00
Andrej Milicevic
e85fd3504a Fix linter error. 2025-08-25 18:10:45 +02:00
Igor Ilic
9a4e8ddc4d refactor: Make the authorized_user_datasets function more understandable 2025-08-25 17:22:37 +02:00
Igor Ilic
d4b23aa565 feat: Add process_pipeline_check 2025-08-25 17:16:08 +02:00
Andrej Milicevic
573e24fb50 Remove duplicate test files. 2025-08-25 16:29:31 +02:00
Andrej Milicevic
a805c640ec Fix, remove, improve cli tests. 2025-08-25 16:21:02 +02:00
hajdul88
6f230c5a38
feature: adds environment_setup_and_checks general purpose layer to cognee_pipeline (#1283)
<!-- .github/pull_request_template.md -->

## Description
feature: adds environment_setup_and_checks general purpose layer to
cognee_pipeline

## 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-25 16:20:49 +02:00
Igor Ilic
6d438c8800 feat: Add dataset and pipeline status layer 2025-08-25 12:47:48 +02:00
vasilije
d69669b527 added ability to send custom prompts to cognify 2025-08-22 12:37:51 +02:00
Vasilije
6d9a100b7e
feature: Introduces Cognee-user interactions feature and feedback search type (#1264)
<!-- .github/pull_request_template.md -->

## Description
Introduces Cognee-user interactions nodeset feature and feedback search
type

## 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-19 18:21:27 +02:00
hajdul88
b8cac4c29f feat: adds weight test at the end of test_search_db 2025-08-19 17:23:47 +02:00
hajdul88
67d88c4e85
Merge branch 'dev' into feature/cog-2734-cognee-feedbacks-interactions-poc-to-prod 2025-08-19 17:04:09 +02:00
hajdul88
f5d8fc6e81 chore: ruff ruff 2025-08-19 16:50:50 +02:00
hajdul88
4a5d5f70d0 feat: adds feedback weights to edges 2025-08-19 16:50:21 +02:00