Commit graph

3145 commits

Author SHA1 Message Date
Daulet Amirkhanov
47cb34e89c
feat: update sync to be two way (#1359)
<!-- .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-11 15:34:43 +02:00
Vasilije
a29ef8b2d3
feat: Add small pool for PostgreSQL connections to allow multiple doc… (#1358)
…ker instances communicating with PostgreSQL

<!-- .github/pull_request_template.md -->

## Description
Add pool_pre_ping check to make sure connection exists before using it.

Reduce connection pool of postgres connections to minimum to stop
multiple Cognee docker instances eating up available connections.

## 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-11 05:48:04 -07:00
Vasilije
3b923fcb6b
fix: ChromaDBAdapter AttributeError (#1336)
## Description
Pretty self-explanatory! list_collections() is an attribute of the
AsyncHttpClient, not of the ChromaDBAdapter, so line 541 should say
client.list_collections() (as indeed line 556 correctly already does).
This will fix the AttributeError I was getting.

This is my first ever PR so let me know if there is anything else I need
to do :)

## 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-11 05:44:48 -07:00
Vasilije
70084cf620
fix: Fix issue with path (#1337)
<!-- .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-11 05:43:50 -07:00
Vasilije
be087bc8cc
chore: update cognee ui on readme (#1369)
<!-- .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-11 05:42:05 -07:00
Vasilije
29fa1328e8
Merge branch 'dev' into add-cognee-ui-to-readme 2025-09-11 05:41:39 -07:00
Vasilije
e8ce19eb07
Change cognee UI usage instructions in README 2025-09-11 05:41:16 -07:00
Igor Ilic
ff8396fd7a
fix: Resolve issue with search serialization (#1370)
<!-- .github/pull_request_template.md -->

## Description
Resolve issue with search serialization

## 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-11 13:36:09 +02:00
Igor Ilic
6d57156681 fix: Resolve issue with search serialization 2025-09-11 12:37:06 +02:00
Hande
1d9ba2d237 chore: update cognee ui on readme 2025-09-11 11:05:18 +02:00
Boris
68ec07c78a
feat: use cloud in local (#1367)
<!-- .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-10 16:33:32 +02:00
Boris
b1643414d2
feat: implement combined context search (#1341)
<!-- .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-10 16:33:08 +02:00
Igor Ilic
fd6ddbf90a refactor: Remove unused else statement 2025-09-10 13:38:23 +02:00
Igor Ilic
e975cde3e7 fix: Resolve issue with path being too long when trying to determine if input is a relative path 2025-09-10 13:34:16 +02:00
Igor Ilic
15bedfc1a7 fix: Resolve issue with relative path on cognee add 2025-09-10 13:01:00 +02:00
lxobr
b98cb48382
Merge branch 'dev' into fix_issue_with_path 2025-09-10 09:51:30 +02:00
Igor Ilic
7395db078a refactor: Enable more connections to postgreSQL 2025-09-09 19:30:19 +02:00
Igor Ilic
cbadf6590b refactor: remove rds comment 2025-09-09 19:06:11 +02:00
Igor Ilic
b1e47d9e0d feat: Add small pool for PostgreSQL connections to allow multiple docker instances communicating with PostgreSQL 2025-09-09 18:15:33 +02:00
Vasilije
ba33dca592
fix: UI improvements (#1345)
<!-- .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-08 13:18:02 -07:00
Vasilije
2a24c27046
feat: Add uppercase for log level (#1344)
<!-- .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-08 13:16:23 -07:00
Vasilije
859f2e2fc6
refactor: Set Cognee to use gpt4o-mini by default (#1349)
<!-- .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-08 13:16:00 -07:00
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
Boris Arzentar
83f8992777
fix: UI improvements 2025-09-08 17:10:40 +02:00
Igor Ilic
1663197aee feat: Add uppercase for log level 2025-09-08 12:56:12 +02:00
vasilije
711f3fe070 added github issue templates 2025-09-07 17:15:49 -07:00
vasilije
f46fc1f071 formatting 2025-09-07 15:30:29 -07:00
vasilije
5486fe7eb4 added fix 2025-09-07 15:21:08 -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
vasilije
fc8a6d704e added issue with path fixes 2025-09-06 04:08:45 -07:00
Jenny Kaufmann
8c6e5fab76
Update ChromaDBAdapter.py
self.list_collections() -> client.list_collections()
2025-09-05 14:41:49 -04: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