Commit graph

4555 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
525d71df87
fix: Fix small import issue with fastembed (#1343)
<!-- .github/pull_request_template.md -->

## Description
<!-- Provide a clear description of the changes in this PR -->
An exception was not imported correctly, made fastembed not work. Now it
works.

## 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:27 -07:00
Vasilije
e91d225cb1
Merge branch 'dev' into feat/add-support-to-start-ui-programmatically 2025-09-11 05:42:28 -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
Daulet Amirkhanov
afc9adf129
Merge branch 'dev' into feat/add-support-to-start-ui-programmatically 2025-09-11 11:57:34 +01:00
Daulet Amirkhanov
26f1ca65c7 nit: make programmatically started ui use port 3001 2025-09-11 11:57:16 +01:00
Igor Ilic
6d57156681 fix: Resolve issue with search serialization 2025-09-11 12:37:06 +02:00
Daulet Amirkhanov
b3b9b1390c ui.py: clean up function meant to serve static frontend 2025-09-11 10:34:30 +01: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
Daulet Amirkhanov
db705f75ab format: ruff format 2025-09-10 14:16:02 +01:00
Daulet Amirkhanov
88ac0fc46c examples: add start_ui_example.py 2025-09-10 14:15:48 +01:00
Daulet Amirkhanov
14c3d30853 feat: add support to start ui programmatically from cognee package 2025-09-10 14:15:31 +01:00
Igor Ilic
8ad3ab2328 fix: Allow S3 usage without token 2025-09-10 15:06:37 +02:00
Igor Ilic
b137d680e2
feat: add support for AWS session token in S3 configuration (#1363)
<!-- .github/pull_request_template.md -->

## Description
<!-- Provide a clear description of the changes in this PR -->
feat: add support for AWS session token in S3 configuration

## 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 14:59:51 +02:00
Mohammad
6eff047ed7
Merge pull request #2 from MSR97/feature/expand-s3fs-with-aws-session-token-support
feat: add support for AWS session token in S3 configuration
2025-09-10 14:21:30 +02:00
Mohammad
a0c951336e feat: add support for AWS session token in S3 configuration 2025-09-10 14:20:42 +02:00
Mohammad
147d2a2e49
Merge pull request #1 from MSR97/feature/expand-s3fs-with-aws-session-token-support
feat: add support for AWS session token in S3 configuration
2025-09-10 14:17:09 +02:00
Mohammad
e2ed279314 feat: add support for AWS session token in S3 configuration 2025-09-10 14:14:22 +02:00
Mohammad
5fa5bfa682 feat: add support for AWS session token in S3 configuration 2025-09-10 14:11:00 +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
Igor Ilic
4bae611721 fix: Resolve issue with BAML not working without LLM_API_KEY set fro LiteLLM 2025-09-09 18:11:34 +02:00
Igor Ilic
4258f2e92b refactor: remove literal support 2025-09-09 17:27:14 +02:00
Igor Ilic
11aefadb81 docs: Add comments to baml structured outputs creator 2025-09-09 14:44:24 +02:00
Igor Ilic
8ab89e8364 refactor: Remove show prompt from LiteLLM 2025-09-09 14:06:12 +02:00
Igor Ilic
9ab766fd86 refactor: Update LLMGateway usage 2025-09-09 14:05:40 +02:00
Igor Ilic
85cda9f5c9
Merge branch 'dev' into baml-refactor 2025-09-09 13:59:30 +02:00
Igor Ilic
66466335cc refactor: dont forward empty or None values to baml llm config 2025-09-09 13:57:07 +02:00
Igor Ilic
f1144abc54 refactor: remove LLMGateway usage where not needed 2025-09-09 13:50:16 +02:00
Igor Ilic
89b51a244d feat: Add baml dynamic typing 2025-09-09 13:12:59 +02:00
Igor Ilic
59cd31b916 feat: Enable dynamic types of response model 2025-09-09 12:45:36 +02:00
Igor Ilic
2f59e6ee08 refactor: Have a dynamic model generator for python for baml responses 2025-09-08 22:58:52 +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