cognee/cognee
hajdul88 6d85165189
Feature/cog 539 implementing additional retriever approaches (#262)
* fix: refactor get_graph_from_model to return nodes and edges correctly

* fix: add missing params

* fix: remove complex zip usage

* fix: add edges to data_point properties

* 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

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

* feat: adds code summary embeddings to vector DB

* fix: cognee_demo notebook pipeline is not saving summaries

* feat: implements first version of codegraph retriever

* chore: implements minor changes mostly to make the code production ready

* fix: turns off raising duplicated edges unit test as we have these in our current codegraph generation

* feat: implements unit tests for description to codepart search

* fix: fixes edge property inconsistent access in codepart retriever

* chore: implements more precise typing for get_attribute method for cogneegraph

* chore: adds spacing to tests and changes the cogneegraph getter names

---------

Co-authored-by: Boris Arzentar <borisarzentar@gmail.com>
2024-12-10 11:07:06 +01:00
..
api Merge branch 'main' into COG-505-data-dataset-model-changes 2024-12-06 12:53:32 +01:00
exceptions refactor: Split entity related exceptions into graph and database exceptions 2024-11-29 17:40:48 +01:00
infrastructure Merge branch 'main' into COG-505-data-dataset-model-changes 2024-12-06 12:53:32 +01:00
modules Feature/cog 539 implementing additional retriever approaches (#262) 2024-12-10 11:07:06 +01:00
shared Merge branch 'main' into COG-505-data-dataset-model-changes 2024-12-06 12:53:32 +01:00
tasks Feature/cog 539 implementing additional retriever approaches (#262) 2024-12-10 11:07:06 +01:00
tests Feature/cog 539 implementing additional retriever approaches (#262) 2024-12-10 11:07:06 +01:00
__init__.py fix env var issue 2024-12-03 16:46:13 +01:00
base_config.py Call os.getenv in BaseConfig 2024-11-08 13:54:33 +01:00
fetch_secret.py
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