Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
180 commits
Select commit Hold shift + click to select a range
3372679
feat: adding last_accessed_at field to the models and updating the re…
chinu0609 Oct 29, 2025
3f27c55
feat: adding last_accessed_at field to the models and updating the re…
chinu0609 Oct 29, 2025
7d4804f
Merge remote-tracking branch 'upstream/dev' into delete-last-acessed
chinu0609 Oct 29, 2025
5f6f050
fix: removing last_acessed_at from individual model and adding it to …
chinu0609 Oct 30, 2025
1339687
Merge branch 'delete-last-acessed' of github.com:chinu0609/cognee int…
chinu0609 Oct 30, 2025
6f06e4a
fix: removing node_type and try except
chinu0609 Oct 30, 2025
4b43afc
Merge pull request #4 from chinu0609/delete-last-acessed
chinu0609 Oct 30, 2025
f1afd1f
feat: adding cleanup function and adding update_node_acess_timestamps…
chinu0609 Oct 31, 2025
5080e8f
feat: genarlizing getting entities from triplets
chinu0609 Nov 2, 2025
90d10e6
test: Add docs tests. Initial commit, still WIP.
Nov 3, 2025
d34fd92
feat: adding last_acessed in the Data model
chinu0609 Nov 4, 2025
3c0e915
fix: removing hard relations
chinu0609 Nov 5, 2025
9041a80
fix: add text_doc flag
chinu0609 Nov 5, 2025
ff263c0
fix: add column check in migration
chinu0609 Nov 5, 2025
c5f0c4a
fix: add text_doc flag
chinu0609 Nov 5, 2025
fdf037b
fix: min to days
chinu0609 Nov 6, 2025
bd71540
Merge pull request #5 from chinu0609/delete-last-acessed
chinu0609 Nov 6, 2025
b327756
Merge remote-tracking branch 'upstream/dev'
chinu0609 Nov 6, 2025
ce4a5c8
Merge branch 'main' of github.com:chinu0609/cognee
chinu0609 Nov 6, 2025
85a2bac
fix: min to days
chinu0609 Nov 6, 2025
84c8e07
fix: remove uneccessary imports
chinu0609 Nov 7, 2025
84bd2f3
fix: remove uneccessary imports
chinu0609 Nov 7, 2025
d351c9a
fix: return chunk payload
chinu0609 Nov 10, 2025
ac33007
test: add search tests docs
Nov 12, 2025
b328aef
Merge branch 'dev' into feature/cog-3213-docs-set-up-guide-script-tests
Nov 12, 2025
503bdc3
test: add tests to workflows
Nov 12, 2025
1e56d6d
chore: ruff format
Nov 12, 2025
82d4866
Add custom label support to Data model (#1769)
apenade Nov 17, 2025
8ea83e4
Update alembic/versions/a1b2c3d4e5f6_add_label_column_to_data.py
apenade Nov 18, 2025
a451fb8
Update cognee/tasks/ingestion/data_item.py
apenade Nov 18, 2025
7bd7079
fix: vecto_engine.delte_data_points
chinu0609 Nov 18, 2025
5fac3b4
fix: test file for cleanup unused data
chinu0609 Nov 18, 2025
a072773
Update alembic/versions/a1b2c3d4e5f6_add_label_column_to_data.py
apenade Nov 19, 2025
43290af
fix: set last_acessed to current timestamp
chinu0609 Nov 19, 2025
53d3b50
Merge remote-tracking branch 'upstream/dev'
chinu0609 Nov 22, 2025
b52c1a1
fix: flag to enable and disable last_accessed
chinu0609 Nov 24, 2025
d6da7a9
Merge branch 'dev' of https://github.com/topoteretes/cognee
chinu0609 Nov 24, 2025
5cb6510
fix: import
chinu0609 Nov 24, 2025
02b1778
Adding support for audio/image transcription for all other providers
rajeevrajeshuni Nov 25, 2025
09fbf22
uv lock version revert
rajeevrajeshuni Nov 25, 2025
12ce800
fix: generalized queries
chinu0609 Nov 26, 2025
57195fb
Merge branch 'dev' into issue-1767
rajeevrajeshuni Nov 28, 2025
73d8412
fix(api): pass run_in_background parameter to memify function
mpotter Nov 28, 2025
3cda1af
Merge branch 'dev' into main
borisarzentar Dec 1, 2025
6a4d313
fix: using graph projection instead of conditions
chinu0609 Dec 2, 2025
f9b16e5
feat(database): add connect_args support to SqlAlchemyAdapter
ketanjain7981 Dec 2, 2025
c892265
fix(database): address CodeRabbit review feedback
ketanjain7981 Dec 2, 2025
3f53534
refactor(database): simplify to env var only for connect_args
ketanjain7981 Dec 2, 2025
5f00abf
fix: fallback and document deletion
chinu0609 Dec 2, 2025
4f3a1bc
test: add unit tests for SQLAlchemyAdapter connection arguments
ketanjain7981 Dec 2, 2025
a7da9c7
test: verify logger warning for invalid JSON in SQLAlchemyAdapter
ketanjain7981 Dec 2, 2025
1f98d50
Merge branch 'dev' into feature/sqlalchemy-custom-connect-args
ketanjain3 Dec 2, 2025
f26b490
refactor: improve test isolation and add connect_args precedence
ketanjain7981 Dec 2, 2025
b3f9795
Merge branch 'dev' into feature/cog-3213-docs-set-up-guide-script-tests
borisarzentar Dec 3, 2025
ec744f0
Merge branch 'dev' into fix/memify-run-in-background-clean
borisarzentar Dec 3, 2025
654a573
Merge branch 'dev' into feature/sqlalchemy-custom-connect-args
ketanjain3 Dec 4, 2025
e1d313a
move DATABASE_CONNECT_ARGS parsing to RelationalConfig
ketanjain7981 Dec 9, 2025
28faf7c
test: Add permission example test with running s3 file system
dexters1 Dec 9, 2025
032a74a
chore: add postgres dependency for cicd test
dexters1 Dec 9, 2025
2de1bd9
Merge branch 'dev' into feature/sqlalchemy-custom-connect-args
ketanjain3 Dec 9, 2025
6ecf719
Merge pull request #6 from chinu0609/delete-last-acessed
chinu0609 Dec 9, 2025
7972e39
Merge branch 'dev' into main
dexters1 Dec 9, 2025
8e5f14d
resolving merge conflicts
rajeevrajeshuni Dec 10, 2025
d57d188
resolving merge conflicts
rajeevrajeshuni Dec 10, 2025
ab20443
chore: Change s3 bucket for permission example
dexters1 Dec 10, 2025
4d0f132
chore: Remove AWS url
dexters1 Dec 10, 2025
2067c45
Merge branch 'dev' into add-s3-permissions-test
dexters1 Dec 10, 2025
829a6f0
fix: only document level deletion
chinu0609 Dec 10, 2025
e654bcb
Merge pull request #7 from chinu0609/delete-last-acessed
chinu0609 Dec 10, 2025
6260f9e
strandardizing return type for transcription and some CR changes
rajeevrajeshuni Dec 11, 2025
f48df27
fix(db): url-encode postgres credentials to handle special characters
devilhiyan Dec 11, 2025
2485c3f
fix: only document level deletion
chinu0609 Dec 11, 2025
0d96606
Merge pull request #8 from chinu0609/delete-last-acessed
chinu0609 Dec 11, 2025
cd60ae3
test: remove docs tests. add trigger to docs repo
Dec 11, 2025
41edeb0
test: change target repo name
Dec 11, 2025
0f4cf15
test: fix docs test trigger
Dec 11, 2025
0cde551
Merge branch 'dev' into add-s3-permissions-test
dexters1 Dec 12, 2025
fd23c75
chore: adds new Unit tests for retrievers
hajdul88 Dec 12, 2025
7cf6f08
chore: update test credentials
dexters1 Dec 12, 2025
fa035f4
chore: adds back accidentally deleted structured output test
hajdul88 Dec 12, 2025
4e8845c
chore: retriever test reorganization + adding new tests (integration)…
hajdul88 Dec 16, 2025
b4aaa7f
chore: retriever test reorganization + adding new tests (smoke e2e) …
hajdul88 Dec 16, 2025
21407dd
test: Resolve silent mcp test
dexters1 Dec 16, 2025
646894d
Merge branch 'dev' into feature/cog-3532-empower-test_search-db-retri…
hajdul88 Dec 16, 2025
7f1a51f
Merge branch 'main' into merge-main-vol9
dexters1 Dec 16, 2025
9a509e4
test: Add permission example test with running s3 file system (#1879)
Vasilije1990 Dec 16, 2025
412b646
feat(database): add connect_args support to SqlAlchemyAdapter (#1861)
Vasilije1990 Dec 16, 2025
42e711f
test: Resolve silent mcp test (#1907)
Vasilije1990 Dec 16, 2025
bad9f09
Merge main vol9 (#1908)
Vasilije1990 Dec 16, 2025
aad4d0c
Merge branch 'dev' into feature/cog-3532-empower-test_search-db-retri…
hajdul88 Dec 16, 2025
12e6ad1
fix(api): pass run_in_background parameter to memify function (#1847)
Vasilije1990 Dec 16, 2025
0d5b284
Merge branch 'dev' into feature/cog-3532-empower-test_search-db-retri…
hajdul88 Dec 16, 2025
c61ff60
feat: add unit tests for get_search_type_tools
hajdul88 Dec 16, 2025
89ef7d7
feat: adds integration test for community registered retriever case
hajdul88 Dec 16, 2025
13c034e
Merge branch 'dev' into issue-1767
dexters1 Dec 16, 2025
757d5fc
Merge branch 'feature/cog-3532-empower-test_search-db-retrievers-test…
hajdul88 Dec 16, 2025
48c2040
Delete test_get_search_type_tools_integration.py
hajdul88 Dec 16, 2025
a52873a
refactor: make return type mandatory for transcription
dexters1 Dec 16, 2025
7892b48
Update test_get_search_type_tools.py
hajdul88 Dec 16, 2025
d92d6b9
refactor: remove optional return value
dexters1 Dec 16, 2025
f2cb68d
refactor: use async image and transcription handling
dexters1 Dec 16, 2025
3e041ec
refactor: format code
dexters1 Dec 16, 2025
789fa90
chore: covering search.py behavior with unit tests
hajdul88 Dec 16, 2025
f27d07d
refactor: remove mandatory transcription and image methods in LLMInte…
dexters1 Dec 16, 2025
8027263
refactor: remove unused import
dexters1 Dec 16, 2025
4ff2a35
chore: moves unit tests into their correct directory
hajdul88 Dec 16, 2025
18d0a41
Update test_search.py
hajdul88 Dec 16, 2025
1500b1c
Merge branch 'feature/cog-3532-empower-test_search-db-retrievers-test…
hajdul88 Dec 16, 2025
aeda1d8
Test audio image transcription (#1911)
Vasilije1990 Dec 16, 2025
56b03c8
Merge branch 'dev' into add-custom-label-apenade
dexters1 Dec 16, 2025
8f8f4c0
Merge branch 'dev' into feature/cog-3532-empower-test_search-db-retri…
hajdul88 Dec 16, 2025
b77961b
fix: Resolve issues with data label PR, add tests and upgrade migration
dexters1 Dec 16, 2025
233afdd
Merge branch 'dev' into add-custom-label-apenade
dexters1 Dec 16, 2025
cc872fc
refactor: format PR
dexters1 Dec 16, 2025
623126e
Merge branch 'feature/cog-3532-empower-test_search-db-retrievers-test…
hajdul88 Dec 17, 2025
94d5175
feat: adds unit test for the prepare search result - search contract
hajdul88 Dec 17, 2025
b0454b4
Merge branch 'feature/cog-3532-empower-test_search-db-retrievers-test…
hajdul88 Dec 17, 2025
999e6c0
Merge branch 'dev' into feature/cog-3213-docs-set-up-guide-script-tests
Dec 17, 2025
f79ba53
COG-3532 chore: retriever test reorganization + adding new tests (uni…
hajdul88 Dec 17, 2025
d8b4411
Merge branch 'dev' into feature/cog-3532-empower-test_search-db-retri…
hajdul88 Dec 17, 2025
e92d8f5
feat: add comunity test trigger
Dec 17, 2025
601f74d
test: remove dependency from community trigger
Dec 17, 2025
a5a7ae2
test: remove if
Dec 17, 2025
6958b4e
feat: add the triggers to release, after pypi publishing
Dec 17, 2025
431a832
chore: remove unnecessary 'on push' setting
Dec 17, 2025
929d885
Merge branch 'dev' into feature/cog-3213-docs-set-up-guide-script-tests
Dec 17, 2025
cc7ca45
feat: make vector_distance list based
lxobr Dec 17, 2025
69ab8e7
feat: add multi-query support to graph distance mapping
lxobr Dec 17, 2025
46ff010
feat: add multi-query support to score calculation
lxobr Dec 17, 2025
6e5e79f
fix: Resolve connection issue with postgres when special characters a…
dexters1 Dec 17, 2025
d352ff0
Merge branch 'dev' into fix-connection-encoding
dexters1 Dec 17, 2025
2ef8094
feat: Add custom label by contributor: apenade (#1913)
Vasilije1990 Dec 17, 2025
4d03fcf
fix: Fix connection encoding (#1917)
Vasilije1990 Dec 17, 2025
8602ba1
Merge branch 'dev' into feature/cog-3532-empower-test_search-db-retri…
hajdul88 Dec 18, 2025
c1ea7a8
fix: improve graph distance mapping
lxobr Dec 18, 2025
f93d414
feat: simplify the current tutorial and add cognee basics tutorial
borisarzentar Dec 18, 2025
d127381
Merge remote-tracking branch 'origin/dev' into feature/cog-3550-simpl…
borisarzentar Dec 18, 2025
a70ce27
Release v0.5.1.dev0
pazone Dec 18, 2025
4f07ade
chore: fixes get_raw_data endpoint and adds s3 support (#1916)
hajdul88 Dec 18, 2025
ef51dcf
Merge branch 'dev' into feature/cog-3532-empower-test_search-db-retri…
hajdul88 Dec 18, 2025
9c04f46
feat: adds new permission test fixtures and setup til cognify
hajdul88 Dec 18, 2025
3e47de5
ruff ruff
hajdul88 Dec 18, 2025
edb5415
fix: lint errors and ignore tutorial python files when linting
borisarzentar Dec 18, 2025
672a776
Merge remote-tracking branch 'origin/dev' into feature/cog-3550-simpl…
borisarzentar Dec 18, 2025
3311db5
fix: typos in text and error handling
borisarzentar Dec 18, 2025
ef7ebc0
feat: adds user1 and user 2 dataset read tests
hajdul88 Dec 19, 2025
976ac78
ruff
hajdul88 Dec 19, 2025
ee967ae
feat: adds grant permission checks + tenant + role scenarios
hajdul88 Dec 19, 2025
3055ed8
test: set up triggers for docs and community tests on new main releas…
Vasilije1990 Dec 19, 2025
eb444ca
feat: Add a task that deletes the old data that has not been accessed…
Vasilije1990 Dec 19, 2025
9819b38
Merge branch 'dev' into feature/cog-3536-multitenant-search-testing-a…
hajdul88 Dec 19, 2025
8a490b1
changes pytest call in yaml
hajdul88 Dec 19, 2025
4b71995
ruff
hajdul88 Dec 19, 2025
8214bdc
Revert "changes pytest call in yaml"
hajdul88 Dec 19, 2025
7cf93ea
updates old no asserts test + yml
hajdul88 Dec 19, 2025
72dae0f
fix linting
hajdul88 Dec 19, 2025
3bc3f63
fix: Resolve issues with migration
dexters1 Dec 19, 2025
a85df53
chore: tweak mapping and scoring
lxobr Dec 19, 2025
2c4f9b0
fix: Resolve migration issue
dexters1 Dec 19, 2025
16cf955
feat: adds multitenant tests via pytest (#1923)
Vasilije1990 Dec 19, 2025
9b2b1a9
chore: covering higher level search logic with tests (#1910)
Vasilije1990 Dec 19, 2025
9808077
nit: update variable names
lxobr Dec 19, 2025
c3cec81
fix: update tests
lxobr Dec 19, 2025
f6c76ce
chore: remove duplicate import
lxobr Dec 19, 2025
5f8a3e2
refactor: restructure examples and starter kit into new-examples (#1862)
hande-k Dec 20, 2025
310e9e9
feat: list vector distance in cogneegraph (#1926)
Vasilije1990 Dec 23, 2025
27f2aa0
added fixes to litellm
Vasilije1990 Dec 28, 2025
d578971
add support for structured outputs with llamma cpp va instructor and …
dgarnitz Dec 31, 2025
dd639fa
update lock file
dgarnitz Dec 31, 2025
e5341c5
Support Structured Outputs with Llama CPP using LiteLLM & Instructor …
Vasilije1990 Dec 31, 2025
8965e31
reformat
Vasilije1990 Dec 31, 2025
a0f25f4
feat: redo notebook tutorials (#1922)
Vasilije1990 Jan 1, 2026
a7b1147
```
Dec 29, 2025
5a77c36
```
Dec 29, 2025
e47fda4
```
Dec 29, 2025
2c79d69
```
Dec 29, 2025
570de51
```
Dec 29, 2025
90805da
add ChromaDB dependency to fix missing installation error (#1960)
Vasilije1990 Jan 4, 2026
4e881cd
Fix: Handle empty API key in LiteLLMEmbeddingEngine (#1959)
Vasilije1990 Jan 4, 2026
34c6652
add configurable JWT expiration, cookie domain, CORS origins, and ser…
Vasilije1990 Jan 4, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update alembic/versions/a1b2c3d4e5f6_add_label_column_to_data.py
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
apenade and coderabbitai[bot] authored Nov 19, 2025
commit a072773995734b8496b7e1a57a2a7abfbfe6faa7
2 changes: 1 addition & 1 deletion alembic/versions/a1b2c3d4e5f6_add_label_column_to_data.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Add sync_operations table
"""Add label column to data table

Revision ID: a1b2c3d4e5f6
Revises: 211ab850ef3d
Expand Down