Commit graph

9 commits

Author SHA1 Message Date
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
Igor Ilic
04960eeb4e Merge branch 'main' of github.com:topoteretes/cognee-private into COG-502-backend-error-handling 2024-12-02 13:12:20 +01:00
Igor Ilic
5d297c50f4 test: Update unit tests regrading exceptions
Updated unit tests to check for custom exceptions instead

Test COG-502
2024-11-27 15:29:32 +01:00
Igor Ilic
6eecc39db0 feat: Add custom exceptions to more cognee-lib modules
Added custom exceptions to more modules

Feature COG-502
2024-11-27 14:53:09 +01:00
hajdul88
3146ef75c9 Fix: renames new vector db and cogneegraph methods 2024-11-27 13:47:26 +01:00
hajdul88
6efe566849 fix: Adds new obligatory attributes to cognee graph tests 2024-11-20 18:40:56 +01:00
hajdul88
980ae2b22c feat: Adds in time edge vector similarity calculation and triplet importances 2024-11-20 18:32:03 +01:00
Leon Luithlen
928e1075c6 Test chunk_by_paragraph chunk numbering 2024-11-14 16:55:24 +01:00
hajdul88
32504255ef feat: Adds unit tests to CogneeGraph class 2024-11-14 11:46:17 +01:00