cognee/cognee
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
..
api Cog 813 source code chunks (#383) 2024-12-26 13:53:38 +01:00
exceptions refactor: Split entity related exceptions into graph and database exceptions 2024-11-29 17:40:48 +01:00
infrastructure Cog 813 source code chunks (#383) 2024-12-26 13:53:38 +01:00
modules Handle retryerrors in code summary (#396) 2024-12-20 15:21:10 +01:00
shared Cog 813 source code chunks (#383) 2024-12-26 13:53:38 +01:00
tasks Cog 813 source code chunks (#383) 2024-12-26 13:53:38 +01:00
tests chore: deletes the old test for the codegraph pipeline 2024-12-19 17:28:18 +01:00
__init__.py fix env var issue 2024-12-03 16:46:13 +01:00
base_config.py Fix langfuse 2024-12-18 19:01:29 +01:00
fetch_secret.py chore: rename package 2024-03-13 16:08:11 +01:00
pipelines.py feat: expose cognee.pipelines (#125) 2024-07-27 10:01:44 +02:00
root_dir.py fix: enable sdk and fix config 2024-06-03 14:03:24 +02:00