cognee/cognee/tasks
alekszievr 9afd0ece63
Structured code summarization (#375)
* feat: turn summarize_code into generator

* feat: extract run_code_graph_pipeline, update the pipeline

* feat: minimal code graph example

* refactor: update argument

* refactor: move run_code_graph_pipeline to cognify/code_graph_pipeline

* refactor: indentation and whitespace nits

* refactor: add deprecated use comments and warnings

* Structured code summarization

* add missing prompt file

* Remove summarization_model argument from summarize_code and fix typehinting

* minor refactors

---------

Co-authored-by: lxobr <122801072+lxobr@users.noreply.github.com>
Co-authored-by: Vasilije <8619304+Vasilije1990@users.noreply.github.com>
Co-authored-by: Igor Ilic <30923996+dexters1@users.noreply.github.com>
Co-authored-by: Boris <boris@topoteretes.com>
2024-12-17 13:05:47 +01:00
..
chunk_naive_llm_classifier feat: COG-184 add falkordb (#192) 2024-11-11 18:20:52 +01:00
chunks fix: Resolve issue with table names in SQL commands 2024-11-20 14:54:35 +01:00
code feat: code graph swe integration 2024-11-27 09:32:29 +01:00
completion refactor: Rename query compute to query completion 2024-12-13 17:03:38 +01:00
dataset_generate_golden_set fixes 2024-11-08 12:01:47 +01:00
documents feat: outsources chunking parameters to extract chunk from documents … (#289) 2024-12-17 11:31:31 +01:00
graph fix: refactor get_graph_from_model to return nodes and edges correctly (#257) 2024-12-06 12:52:01 +01:00
ingestion fix: Remove data handling based on type in resolving directory function 2024-12-13 09:55:47 +01:00
repo_processor COG-810 Implement a top-down dependency graph builder tool (#268) 2024-12-16 16:02:39 +01:00
storage Add type to DataPoint metadata (#364) 2024-12-16 16:27:03 +01:00
summarization Structured code summarization (#375) 2024-12-17 13:05:47 +01:00
temporal_awareness fix credentials 2024-12-04 17:00:48 +01:00