Commit graph

12 commits

Author SHA1 Message Date
vasilije
76a0aa7e8b Fix linter issues 2025-01-05 19:48:35 +01:00
vasilije
5b115594b7 Fix linter issues 2025-01-05 19:26:43 +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
Boris
348610e73c
fix: refactor get_graph_from_model to return nodes and edges correctly (#257)
* fix: handle rate limit error coming from llm model

* fix: fixes lost edges and nodes in get_graph_from_model

* fix: fixes database pruning issue in pgvector (#261)

* fix: cognee_demo notebook pipeline is not saving summaries

---------

Co-authored-by: hajdul88 <52442977+hajdul88@users.noreply.github.com>
2024-12-06 12:52:01 +01:00
Boris Arzentar
11acabdb6a fix: remove duplicate nodes and edges before saving; Fix FalkorDB vector index; 2024-12-02 10:10:18 +01:00
Boris Arzentar
d6f0d65b63 Merge remote-tracking branch 'origin/code-graph' 2024-12-01 11:51:54 +01:00
Leon Luithlen
3e1949d895 Remove unnecessary nesting in embed_text and add DummyEmbeddingEngine 2024-11-28 15:42:20 +01:00
Leon Luithlen
5c9fd44680 Fix DummyLLMAdapter 2024-11-28 12:26:01 +01:00
Leon Luithlen
a2ff42332e DummyLLMAdapter WIP 2024-11-28 11:49:28 +01:00
Leon Luithlen
5b420ebccc Autoformat graph pydantic conversion code 2024-11-15 16:44:30 +01:00
Leon Luithlen
148eb4ed9b Add profile_graph_pydantic_conversion.py 2024-11-15 16:42:14 +01:00