cognee/examples/python
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
..
code_graph_example.py Cog 813 source code chunks (#383) 2024-12-26 13:53:38 +01:00
dynamic_steps_example.py chore: deletes comment from dynamic_steps_example 2024-12-04 14:59:01 +01:00
graphiti_example.py Integrate graphiti's functionality as Tasks 2024-12-04 16:33:26 +01:00
multimedia_example.py feat: Add support for multiple audio and image formats 2024-11-20 14:03:14 +01:00
simple_example.py docs: added cognify steps in the print statement and commented example output 2024-11-21 13:57:42 +01:00