Commit graph

2375 commits

Author SHA1 Message Date
Leon Luithlen
3d5cb7644a Pass DocumentChunk metadata_id to _metadata field 2024-11-28 09:18:49 +01:00
Leon Luithlen
aacba555c9 Remove passing of metadata_id to DocumentChunk 2024-11-28 09:18:49 +01:00
Leon Luithlen
80517f5117 Revert README 2024-11-28 09:18:49 +01:00
Leon Luithlen
159985b501 Remove line in README 2024-11-28 09:18:49 +01:00
Leon Luithlen
9e93ea0794 Make save_data_item_with_metadata_to_storage async 2024-11-28 09:18:49 +01:00
Leon Luithlen
5b5c1ea5c6 Fix module import error 2024-11-28 09:18:49 +01:00
Leon Luithlen
20d721f5ca Add metadata_id field to documents in integration tests 2024-11-28 09:18:49 +01:00
Leon Luithlen
899275c25e Rename metadata field to metadata_repr 2024-11-28 09:18:49 +01:00
Leon Luithlen
cc0127a90e Fix Metadata file name 2024-11-28 09:18:49 +01:00
Leon Luithlen
7324564655 Add metadata_id attribute to Document and DocumentChunk, make ingest_with_metadata default 2024-11-28 09:18:49 +01:00
Leon Luithlen
fd987ed61e Add autoformatting 2024-11-28 09:18:49 +01:00
Leon Luithlen
c5f3314c85 Add Metadata table and read write delete functions 2024-11-28 09:18:49 +01:00
Boris Arzentar
2408fd7a01 fix: falkordb adapter errors 2024-11-28 09:12:37 +01:00
Boris
6403d15a76
fix: enable falkordb and add test for it (#31) 2024-11-27 22:55:30 +01:00
Boris Arzentar
d885a047ac Merge remote-tracking branch 'origin/main' into code-graph 2024-11-27 22:54:49 +01:00
hajdul88
be6eebfbb1
Feature/cog 537 implement retrieval algorithm from research paper (#8) 2024-11-27 17:26:11 +01:00
Rita Aleksziev
4aa634d5e1 Eval function takes eval_metric as input. Works with deepeval metrics like AnswerRelevancyMetric 2024-11-27 16:14:05 +01:00
Igor Ilic
7d1210c889 feat: Add custom exception handling to dataset router
Added custom exceptions for dataset router

Feature COG-502
2024-11-27 15:57:37 +01:00
Igor Ilic
e67bd91bd2 feat: Add brief logging on raising exception
Added brief logging of exception raised on raising exception

Feature COG-502
2024-11-27 15:51:38 +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
90287e0dac refactor: Use fastapi exception instead of custom exception
Return the use of fastapi exception instead of custom exception

Refactor COG-502
2024-11-27 15:07:30 +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
Igor Ilic
d4236bf385 refactor: Change import of UserNotFoundError
Changed import of UserNotFoundError exception

Refactor COG-502
2024-11-27 14:40:31 +01:00
Igor Ilic
204b5e9fe1 Merge branch 'main' of github.com:topoteretes/cognee-private into COG-502-backend-error-handling 2024-11-27 14:30:53 +01:00
Igor Ilic
ae568409a7 feat: Add custom exceptions to cognee lib
Added use of custom exceptions to cognee lib
2024-11-27 14:29:33 +01:00
hajdul88
3146ef75c9 Fix: renames new vector db and cogneegraph methods 2024-11-27 13:47:26 +01:00
hajdul88
94dc545fcd chore: adds self to cogneegraph edges 2024-11-27 11:42:35 +01:00
Rita Aleksziev
f47b185a9e feat/add correctness score calculation with LLM as a judge 2024-11-27 10:53:48 +01:00
Boris
64b8aac86f
feat: code graph swe integration
Co-authored-by: hajdul88 <52442977+hajdul88@users.noreply.github.com>
Co-authored-by: hande-k <handekafkas7@gmail.com>
Co-authored-by: Igor Ilic <igorilic03@gmail.com>
Co-authored-by: Vasilije <8619304+Vasilije1990@users.noreply.github.com>
Co-authored-by: Igor Ilic <30923996+dexters1@users.noreply.github.com>
2024-11-27 09:32:29 +01:00
Igor Ilic
a3fd079fd6 feat: Add Exceptions and exception handlers
Add classes for exceptions and add exception handling

Feature COG-502
2024-11-26 19:26:38 +01:00
hajdul88
c30683e20e chore: changes query text in tests 2024-11-26 17:29:44 +01:00
hajdul88
98a517dd9f feat: extends brute force triplet search for weaviate db 2024-11-26 17:20:53 +01:00
hajdul88
4c9d816f87 feat: extends bruteforce triplet search for Qdrant db 2024-11-26 17:05:38 +01:00
hajdul88
4035302dd4 feat: Adds tests for pgvector, qdrant and weaviate 2024-11-26 16:48:09 +01:00
hajdul88
0441e19bc9 feat: Adds bruteforce retriever test for neo4j 2024-11-26 16:42:35 +01:00
hajdul88
59f8ec665f Merge remote-tracking branch 'origin/main' into feature/cog-537-implement-retrieval-algorithm-from-research-paper 2024-11-26 16:38:32 +01:00
hajdul88
ecdf3d4d54 fix: Updates neo4j test 2024-11-26 16:35:20 +01:00
hajdul88
c9f66145f5 feat: checks neo4j test for bruteforce retriever 2024-11-26 16:33:33 +01:00
hajdul88
db07179856 chore: Adds error handling to brute force triplet search 2024-11-26 16:17:57 +01:00
hajdul88
c66c43e717 chore: places retrievers under modules directory 2024-11-26 15:44:11 +01:00
hajdul88
163bdc527c chore: fixes PR issues regarding vector normalization and cognee graph 2024-11-26 15:37:34 +01:00
hajdul88
a59517409c chore: Fixes some of the issues based on PR review + restructures things 2024-11-26 14:45:48 +01:00
Vasilije
dfd30d8e54
fix: Add fix for getting transcription of audio and image from LLMs (#24)
Enable getting of text from audio and image files from LLMs

Fix
2024-11-25 17:51:38 +01:00
Igor Ilic
66c321f206 fix: Add fix for getting transcription of audio and image from LLMs
Enable getting of text from audio and image files from LLMs

Fix
2024-11-25 17:32:11 +01:00
Igor Ilic
ec6b0a40e0
Cog 716 fix gh action telemetry (#23) 2024-11-25 15:54:14 +01:00
Igor Ilic
97dbede4c4 test: Add fix for telemetry issue in gh actions
Set environment variable of ENV to dev for all jobs in workflows in GH actions
2024-11-25 15:31:32 +01:00
Igor Ilic
9193eca08b Trigger GitHub Actions 2024-11-25 15:00:02 +01:00
0xideas
0fb47ba23d
feat: COG-548-create-code-graph-to-kg-task (#7)
Co-authored-by: Boris Arzentar <borisarzentar@gmail.com>
2024-11-24 20:50:32 +01:00
0xideas
8466764cbe
refactor: Cog-547 code graph enrichment task clean 2024-11-24 19:26:40 +01:00
0xideas
80b06c3acb
test: Test for code graph enrichment task
Co-authored-by: lxobr <lazar@topoteretes.com>
2024-11-24 19:24:47 +01:00