Commit graph

723 commits

Author SHA1 Message Date
hajdul88
42f9f2fd7d fix: removes accidental remained print 2025-01-08 12:52:06 +01:00
hajdul88
e449286f50 fix: fixes create_cognee_style_network_with_logo unit test 2025-01-08 12:43:59 +01:00
hajdul88
18c8bc3c33
Merge branch 'dev' into COG-adding_html_graph_render 2025-01-08 10:44:11 +01:00
Vasilije
35892f974b
Merge pull request #415 from topoteretes/feature/cog-871-remove-duplicate-edges-from-the-cognify-graph
fix: Fixes duplicated edges in cognify by limiting the recursion dept…
2025-01-08 09:55:54 +01:00
vasilije
61897c57e8 Fix visualization 2025-01-07 15:25:16 +01:00
vasilije
2d10065166 Fix visualization 2025-01-07 15:21:44 +01:00
vasilije
4c21dd0cce Fix visualization 2025-01-07 15:21:08 +01:00
hajdul88
bd644a1434 fix: Fixes duplicated edges in cognify by limiting the recursion depth in add datapoints 2025-01-07 13:33:05 +01:00
hajdul88
58da2d9e57 fix: Fixes faulty logging format and sets up error logging in dynamic steps example 2025-01-07 11:01:37 +01:00
vasilije
1b96a71d5a Fix ollama, work on visualization 2025-01-06 19:09:58 +01:00
vasilije
307aa83120 Comment out profiling 2025-01-05 21:00:43 +01:00
vasilije
0983e95a33 Comment out profiling 2025-01-05 20:55:47 +01:00
vasilije
76a0aa7e8b Fix linter issues 2025-01-05 19:48:35 +01:00
vasilije
6dafe73a6b Fix linter issues 2025-01-05 19:24:55 +01:00
vasilije
649fcf2ba8 Fix linter issues 2025-01-05 19:21:09 +01:00
vasilije
60c8fd103b ruff format 2025-01-05 19:09:08 +01:00
vasilije
f7d3b6ea71 adding and fixing files 2024-12-30 12:16:57 +01:00
Vasilije
e631161eb1
Merge branch 'dev' into COG-475-local-file-endpoint-deletion 2024-12-26 21:05:57 +01:00
lxobr
262deee26e
Cog 813 source code chunks (#383)
* fix: pass the list of all CodeFiles to enrichment task

* feat: introduce SourceCodeChunk, update metadata

* feat: get_source_code_chunks code graph pipeline task

* feat: integrate get_source_code_chunks task, comment out summarize_code

* Fix code summarization (#387)

* feat: update data models

* feat: naive parse long strings in source code

* fix: get_non_py_files instead of get_non_code_files

* fix: limit recursion, add comment

* handle embedding empty input error (#398)

* feat: robustly handle CodeFile source code

* refactor: sort imports

* todo: add support for other embedding models

* feat: add custom logger

* feat: add robustness to get_source_code_chunks

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* feat: improve embedding exceptions

* refactor: format indents, rename module

---------

Co-authored-by: alekszievr <44192193+alekszievr@users.noreply.github.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-12-26 13:53:38 +01:00
Igor Ilic
14dbe6c6ef Merge branch 'COG-475-local-file-endpoint-deletion' of github.com:topoteretes/cognee into COG-475-local-file-endpoint-deletion 2024-12-20 16:21:14 +01:00
hajdul88
0813f9e7ac
Merge branch 'dev' into langfuse_generation 2024-12-20 16:21:12 +01:00
Igor Ilic
450bef4c91 chore: Add logging to sentry when file which should exist can't be found
Log to sentry that a file which should exist can't be found

Chore COG-475
2024-12-20 16:20:40 +01:00
hajdul88
c8a1f04b4c fix: updates the acreate_structured_output 2024-12-20 16:19:50 +01:00
Igor Ilic
a4fe33ce92
Merge branch 'dev' into COG-475-local-file-endpoint-deletion 2024-12-20 15:25:10 +01:00
alekszievr
291f1c5a55
Handle retryerrors in code summary (#396)
* Handle retryerrors in code summary

* Log instead of print
2024-12-20 15:21:10 +01:00
Igor Ilic
d7195f9786 test: Update test regarding message
Update assertion message, add veryfing of file existence
2024-12-20 15:17:35 +01:00
Igor Ilic
7232b04172
Merge branch 'dev' into COG-475-local-file-endpoint-deletion 2024-12-20 15:11:06 +01:00
alekszievr
de2394c392
Ingest non-code files (#395)
* Ingest non-code files

* Fixing review findings
2024-12-20 14:06:40 +01:00
hajdul88
291a9e6171 chore: deletes unused imports from code_graph_pipeline 2024-12-19 17:43:34 +01:00
hajdul88
696a22447b chore: deletes unused old version of the codegraph 2024-12-19 17:36:37 +01:00
Igor Ilic
6cb7fef411
Merge branch 'dev' into COG-475-local-file-endpoint-deletion 2024-12-19 17:34:42 +01:00
Igor Ilic
1406b6f078 test: Add test to verify deletion of local files
Added test that checks local files created by cognee will be deleted and those not created by cognee won't

Test COG-475
2024-12-19 17:30:02 +01:00
hajdul88
2481575768 chore: deletes the old test for the codegraph pipeline 2024-12-19 17:28:18 +01:00
Igor Ilic
418cb65b35 test: Revert changes on test_pgvector
Revert changes on test_pgvector which were made to test deletion of local files

Test COG-475
2024-12-19 16:38:50 +01:00
Igor Ilic
c139d52938 feat: Add deletion of local files made by cognee through data endpoint
Delete local files made by cognee when deleting data from database through endpoint

Feature COG-475
2024-12-19 16:35:35 +01:00
hajdul88
29dbcc509f Fix: fixes langfuse config settings 2024-12-19 16:07:52 +01:00
Igor Ilic
d9368c6398 chore: Add temporary state of development
Add temp development state to branch

Chore
2024-12-19 15:15:13 +01:00
Vasilije
ffb44529cc
Merge branch 'dev' into LANGFUSE_FIX 2024-12-18 19:07:13 +01:00
vasilije
c448dfb96d Fix langfuse 2024-12-18 19:01:29 +01:00
Igor Ilic
ee6bc17032 refacotr: Add current development status
Save current development status

Refactor
2024-12-18 17:10:08 +01:00
hajdul88
4689e55e68 feat: Adds mock summary for codegraph pipeline 2024-12-18 16:42:48 +01:00
hajdul88
852532fcad fix: changes back the max workers to 12 2024-12-18 16:39:44 +01:00
Igor Ilic
f6800b979e feat: Add deletion of local files when deleting data
Delete local files when deleting data from cognee

Feature COG-475
2024-12-18 15:26:13 +01:00
hajdul88
d7493879af fix: fixing boolean env for github actions 2024-12-18 14:39:54 +01:00
hajdul88
5eaeebd14e feat: implements mock feature in LiteLLM engine 2024-12-18 14:19:32 +01:00
hajdul88
75b98e0dc6 feat: deletes executor limit from get_repo_file_dependencies 2024-12-18 14:18:38 +01:00
Igor Ilic
48825d0d84 chore: Resolve typo in getting documents code
Resolve typo in code

chore COG-912
2024-12-17 14:22:51 +01:00
Igor Ilic
63c3dceec6 fix: Resolve issue with cognify router graph model default value
Resolve issue with default value for graph model in cognify endpoint

Fix
2024-12-17 14:07:50 +01:00
Igor Ilic
dfcec5f41d Merge branch 'dev' of github.com:topoteretes/cognee into COG-912-search-by-dataset 2024-12-17 13:29:19 +01:00
Igor Ilic
8b09358552
Merge branch 'dev' into COG-912-search-by-dataset 2024-12-17 13:22:13 +01:00