Commit graph

3117 commits

Author SHA1 Message Date
Igor Ilic
47b62d50e4 refactor: Use gpt-4o-mini by default 2025-09-08 21:27:38 +02:00
Igor Ilic
73c9777128 refactor: Set Cognee to use gpt4o-mini by default 2025-09-08 21:22:50 +02:00
vasilije
711f3fe070 added github issue templates 2025-09-07 17:15:49 -07:00
Vasilije
e0b4e4ee5e
fix: temporal retriever return values (#1338)
<!-- .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-07 08:44:23 -07:00
lxobr
1335f6fdd0 fix: fix return values 2025-09-07 17:12:39 +02:00
Boris
aaa1776293
feat: implement new local UI (#1279)
<!-- .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.

---------

Co-authored-by: Daulet Amirkhanov <damirkhanov01@gmail.com>
2025-09-05 15:39:04 +02:00
Vasilije
ce130f358a
fix: update low level examples (#1331)
<!-- .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-04 21:25:34 +02:00
Vasilije
db3746d769
Memify pipeline (#1329)
<!-- .github/pull_request_template.md -->

## Description
Memify pipeline and examples

## 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-04 21:23:41 +02:00
Igor Ilic
a0ce648146 Merge branch 'dev' into memify-pipeline 2025-09-04 21:07:39 +02:00
Igor Ilic
0c7ba7c236 refactor: Allow none through swagger 2025-09-04 21:05:24 +02:00
Igor Ilic
9e20103549 feat: Enable multi-user mode to work with memify 2025-09-04 20:59:00 +02:00
Igor Ilic
e06cf11f49 fix: Resolve import issue with creating auth dataset 2025-09-04 19:53:59 +02:00
Igor Ilic
805f443cd6 feat: Add memify router 2025-09-04 19:08:55 +02:00
Igor Ilic
b0d4503f2b refactor: Move memify our of api folder 2025-09-04 18:12:59 +02:00
Igor Ilic
95bafd942c feat: add coding rule search type 2025-09-04 18:06:02 +02:00
Igor Ilic
c1106b76fe feat: Added new coding rules search 2025-09-04 17:53:07 +02:00
Hande
c924846b77 improve structure, readability 2025-09-04 16:20:36 +02:00
Igor Ilic
3c50ef4d6f docs: Update docstring for memify 2025-09-04 14:44:13 +02:00
Hande
ae56b09434
Merge branch 'dev' into update-low-level 2025-09-04 14:26:57 +02:00
Vasilije
763c0d1fe5
feat: make authentication optional (#1275)
<!-- .github/pull_request_template.md -->

## Description
Quick sanity check



https://github.com/user-attachments/assets/2c899472-2280-4f35-86d2-a3901131b919

### Testing through frontend

1. Verifying user can create new datasets, and that dataset exists in
database


https://github.com/user-attachments/assets/a74ae246-6733-40c5-a63d-cd7c009f9e29

2. Verifying the dataset is owned by default user




https://github.com/user-attachments/assets/e7942428-df47-4902-be3d-9319dc5385cc




<!-- 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-04 02:42:49 +02:00
Vasilije
f5594268e7
Merge branch 'dev' into feat/make-authentication-optional 2025-09-04 02:42:40 +02:00
Daulet Amirkhanov
b9dad5f01d ruff format 2025-09-03 16:51:30 +01:00
Daulet Amirkhanov
6fe2771421 refactor: update test imports and patching for conditional authentication tests 2025-09-03 16:51:14 +01:00
Igor Ilic
0e3a10d925 refactor: Change input task names 2025-09-03 17:49:33 +02:00
Igor Ilic
90ef8c30d2 refactor: Rename tasks 2025-09-03 16:16:55 +02:00
Igor Ilic
2847569616 feat: memify next iteration 2025-09-03 16:08:32 +02:00
Daulet Amirkhanov
057c84fdc5 ruff check fix 2025-09-03 14:21:18 +01:00
Daulet Amirkhanov
258aab42b5 ruff format 2025-09-03 14:12:48 +01:00
Daulet Amirkhanov
21e48093ce feat: simplify authentication logic and add logging for default user creation failures 2025-09-03 14:12:37 +01:00
Daulet Amirkhanov
cd285d2f56 ruff format 2025-09-03 14:09:33 +01:00
Daulet Amirkhanov
201c61f47f feat: add authentication requirement to OpenAPI schema 2025-09-03 14:09:16 +01:00
Daulet Amirkhanov
de9bb495bc tests: update tests with suggested changes 2025-09-03 14:05:59 +01:00
Daulet Amirkhanov
aa1251b370 chore: clean up imports 2025-09-03 13:58:18 +01:00
Daulet Amirkhanov
f0e8f8cc47 refactor: use patch decorators instead of context managers 2025-09-03 13:58:18 +01:00
Daulet Amirkhanov
0f066ebf99 fix: remove unnecessary authentication check for default user 2025-09-03 13:58:18 +01:00
Igor Ilic
1a2977779f feat: Add memify coding agent example 2025-09-03 12:03:17 +02: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
Igor Ilic
af084af70f feat: Memify pipeline initial commit 2025-09-02 21:32:09 +02:00
Vasilije
ea0edc7056
Merge branch 'dev' into feat/make-authentication-optional 2025-09-02 15:19:18 +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