Commit graph

763 commits

Author SHA1 Message Date
vasilije
daf2d540ba Add data visualization for Anthropic 2025-01-10 22:28:14 +01:00
Rita Aleksziev
872bc89648 Format with Ruff 0.9.0 2025-01-10 15:11:00 +01:00
alekszievr
6f7bbb076d
Merge branch 'dev' into feature/cog-971-preparing-swe-bench-run 2025-01-10 14:35:07 +01:00
hajdul88
c163e35afd Merge branch 'feature/cog-971-preparing-swe-bench-run' of https://github.com/topoteretes/cognee into feature/cog-971-preparing-swe-bench-run 2025-01-10 13:52:47 +01:00
hajdul88
06e8d2268b Fix: fixes unit test for codepart search 2025-01-10 13:52:26 +01:00
hajdul88
16155f084f
Merge branch 'dev' into feature/cog-971-preparing-swe-bench-run 2025-01-10 13:42:40 +01:00
hajdul88
6177d04b44 feat: implements code retreiver 2025-01-10 13:03:34 +01:00
Rita Aleksziev
a11b914f39 Merge branch 'dev' into COG-949 2025-01-10 10:02:56 +01:00
hajdul88
9604d95ba5 feat: adds basic retriever for swe bench 2025-01-09 19:54:58 +01:00
hajdul88
56cc223302 feat: adds pydantic types to graph layer models 2025-01-09 16:46:41 +01:00
Igor Ilic
6b57bfc4cb feat: Add ability to change graph database configuration through cognee 2025-01-09 16:41:18 +01:00
Igor Ilic
c5e15d715a
Merge pull request #417 from topoteretes/feature/cog-967-adding-graph-completion-feature-to-cognee
feat: implements the first version of graph based completion in search
2025-01-09 16:23:22 +01:00
Igor Ilic
6b6cc0f1d4 fix: Add fix for accessing dictionary elements that don't exits
Using get for the text key instead of direct access to handle situation if the text key doesn't exist
2025-01-09 16:06:26 +01:00
Rita Aleksziev
626bc76f5c Set max_tokens in config 2025-01-09 12:53:26 +01:00
Igor Ilic
b733590724 fix: Remove logger from __init__.py file 2025-01-09 12:26:14 +01:00
Igor Ilic
1989296b01 fix: Resolve profiler issue with partial and recursive logger imports
Resolve issue for profiler with partial and recursive logger imports
2025-01-09 12:17:42 +01:00
Rita Aleksziev
cdaae161a8 Handle circular import 2025-01-09 12:08:42 +01:00
hajdul88
341f30fcdc fix: Fixes ruff formatting 2025-01-09 12:00:49 +01:00
Rita Aleksziev
abb3ea6d21 Adjust integration tests 2025-01-09 11:31:16 +01:00
hajdul88
fe57eb69e7
Merge branch 'dev' into feature/cog-967-adding-graph-completion-feature-to-cognee 2025-01-09 11:07:19 +01:00
Rita Aleksziev
5635da6e38 Adjust unit tests 2025-01-09 10:53:03 +01:00
vasilije
7e0e0a51aa Fix poetry issues 2025-01-08 18:22:00 +01:00
vasilije
49f018c1eb Fix poetry issues 2025-01-08 18:10:47 +01:00
vasilije
dc91f01d07 Fix poetry issues 2025-01-08 17:52:31 +01:00
vasilije
27e7808a2c Fix poetry issues 2025-01-08 17:28:58 +01:00
Igor Ilic
11c6d65eae chore: Update formatting of utils.py 2025-01-08 17:06:21 +01:00
hajdul88
d39140f28b feat: implements the first version of graph based completion in search 2025-01-08 16:10:29 +01:00
vasilije
a856c234cb Fix poetry issues 2025-01-08 14:26:12 +01:00
Rita Aleksziev
97814e334f Get embedding engine instead of passing it in code chunking. 2025-01-08 13:45:04 +01:00
vasilije
b13edb0ece Fix visualization 2025-01-08 13:29:23 +01:00
Rita Aleksziev
34a9267f41 Get embedding engine instead of passing it. Get it from vector engine instead of direct getter. 2025-01-08 13:23:17 +01:00
vasilije
fdd8ce7e32 Fix visualization 2025-01-08 13:20:38 +01:00
vasilije
41b1486cff Fix visualization 2025-01-08 13:13:52 +01:00
hajdul88
42f9f2fd7d fix: removes accidental remained print 2025-01-08 12:52:06 +01:00
hajdul88
e449286f50 fix: fixes create_cognee_style_network_with_logo unit test 2025-01-08 12:43:59 +01:00
hajdul88
18c8bc3c33
Merge branch 'dev' into COG-adding_html_graph_render 2025-01-08 10:44:11 +01:00
alekszievr
0dec704445
Merge branch 'dev' into COG-949 2025-01-08 10:21:07 +01:00
Vasilije
35892f974b
Merge pull request #415 from topoteretes/feature/cog-871-remove-duplicate-edges-from-the-cognify-graph
fix: Fixes duplicated edges in cognify by limiting the recursion dept…
2025-01-08 09:55:54 +01:00
vasilije
61897c57e8 Fix visualization 2025-01-07 15:25:16 +01:00
vasilije
2d10065166 Fix visualization 2025-01-07 15:21:44 +01:00
vasilije
4c21dd0cce Fix visualization 2025-01-07 15:21:08 +01:00
Rita Aleksziev
fb13a1b61a Handle azure models as well 2025-01-07 15:00:58 +01:00
Rita Aleksziev
a774191ed3 Adjust AudioDocument and handle None token limit 2025-01-07 13:38:23 +01:00
hajdul88
bd644a1434 fix: Fixes duplicated edges in cognify by limiting the recursion depth in add datapoints 2025-01-07 13:33:05 +01:00
alekszievr
fbf8fc93bf
Merge branch 'dev' into COG-949 2025-01-07 13:01:16 +01:00
alekszievr
4802567871
Overcome ContextWindowExceededError by checking token count while chunking (#413) 2025-01-07 11:46:46 +01:00
hajdul88
58da2d9e57 fix: Fixes faulty logging format and sets up error logging in dynamic steps example 2025-01-07 11:01:37 +01:00
vasilije
1b96a71d5a Fix ollama, work on visualization 2025-01-06 19:09:58 +01:00
lxobr
dbc33a6478 fix: adhere UnstructuredDocument.read() to Document 2025-01-06 11:23:55 +01:00
lxobr
4cee9a16ce fix: add allowed extensions 2025-01-06 11:22:45 +01:00