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 |
|
Vasilije
|
667f973dd1
|
Merge branch 'dev' into COG-748
|
2025-01-06 13:50:45 +01:00 |
|
Vasilije
|
d5243b47e0
|
Update cognee/infrastructure/engine/models/DataPoint.py
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
|
2025-01-06 13:49:35 +01:00 |
|
lxobr
|
5e79dc53c5
|
feat: time code graph run and add mock support
|
2025-01-06 11:25:04 +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 |
|
Rita Aleksziev
|
a6dfff883c
|
Merge branch 'dev' of https://github.com/topoteretes/cognee into dev
|
2025-01-06 10:21:04 +01:00 |
|
Vasilije
|
becb121f58
|
Merge branch 'dev' into COG-adding_html_graph_render
|
2025-01-05 21:12:58 +01:00 |
|
vasilije
|
307aa83120
|
Comment out profiling
|
2025-01-05 21:00:43 +01:00 |
|
vasilije
|
0983e95a33
|
Comment out profiling
|
2025-01-05 20:55:47 +01:00 |
|
vasilije
|
325102562a
|
Comment out profiling
|
2025-01-05 20:44:16 +01:00 |
|
vasilije
|
34bd8b7376
|
Implement PR review
|
2025-01-05 20:32:30 +01:00 |
|
vasilije
|
2bfc657e90
|
Implement PR review
|
2025-01-05 20:30:34 +01:00 |
|
vasilije
|
cbd15b98a5
|
Fix linter issues
|
2025-01-05 20:24:04 +01:00 |
|
vasilije
|
2675836149
|
Fix linter issues
|
2025-01-05 20:17:49 +01:00 |
|
vasilije
|
41a0a21a99
|
Fix linter issues
|
2025-01-05 20:08:44 +01:00 |
|
vasilije
|
1a10a563e2
|
Fix linter issues
|
2025-01-05 20:01:30 +01:00 |
|
vasilije
|
74e4b901bb
|
Fix linter issues
|
2025-01-05 19:57:06 +01:00 |
|
vasilije
|
35460e9ad6
|
Fix linter issues
|
2025-01-05 19:53:38 +01:00 |
|
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
|
6dafe73a6b
|
Fix linter issues
|
2025-01-05 19:24:55 +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 |
|
Vasilije
|
fe672ce0e4
|
Update README.md
|
2025-01-02 18:34:44 +01:00 |
|
vasilije
|
f7d3b6ea71
|
adding and fixing files
|
2024-12-30 12:16:57 +01:00 |
|
vasilije
|
57a274909c
|
Fix instructions
|
2024-12-27 11:51:18 +01:00 |
|
vasilije
|
17d8ad08cd
|
Fix instructions
|
2024-12-27 10:45:12 +01:00 |
|
Vasilije
|
51559f055b
|
Merge pull request #391 from topoteretes/COG-475-local-file-endpoint-deletion
Cog 475 local file endpoint deletion
|
2024-12-26 21:18:27 +01:00 |
|
Vasilije
|
e631161eb1
|
Merge branch 'dev' into COG-475-local-file-endpoint-deletion
|
2024-12-26 21:05:57 +01:00 |
|
Vasilije
|
227bb9b5ad
|
Merge pull request #382 from topoteretes/COG-650-replace-pylint
Cog 650 replace pylint
|
2024-12-26 21:05:36 +01:00 |
|
Vasilije
|
c8fdbb45c4
|
Merge branch 'dev' into COG-650-replace-pylint
|
2024-12-26 21:02:46 +01:00 |
|
vasilije
|
69349cd744
|
Fix diagram
|
2024-12-26 17:56:08 +01:00 |
|
vasilije
|
42bb83522c
|
Fix diagram
|
2024-12-26 17:55:19 +01:00 |
|
lxobr
|
262deee26e
|
Cog 813 source code chunks (#383)
* fix: pass the list of all CodeFiles to enrichment task
* feat: introduce SourceCodeChunk, update metadata
* feat: get_source_code_chunks code graph pipeline task
* feat: integrate get_source_code_chunks task, comment out summarize_code
* Fix code summarization (#387)
* feat: update data models
* feat: naive parse long strings in source code
* fix: get_non_py_files instead of get_non_code_files
* fix: limit recursion, add comment
* handle embedding empty input error (#398)
* feat: robustly handle CodeFile source code
* refactor: sort imports
* todo: add support for other embedding models
* feat: add custom logger
* feat: add robustness to get_source_code_chunks
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* feat: improve embedding exceptions
* refactor: format indents, rename module
---------
Co-authored-by: alekszievr <44192193+alekszievr@users.noreply.github.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
|
2024-12-26 13:53:38 +01:00 |
|
Boris
|
d6d56cce24
|
Merge branch 'dev' into COG-650-replace-pylint
|
2024-12-26 13:48:19 +01:00 |
|
Vasilije
|
2747cd79b9
|
Update README.md
|
2024-12-23 17:38:12 +01:00 |
|
Vasilije
|
730670c803
|
Merge pull request #399 from smithery-ai/add-smithery
Add Smithery to README
|
2024-12-23 17:37:33 +01:00 |
|
Vasilije
|
f2c3b21f9e
|
Merge branch 'dev' into add-smithery
|
2024-12-23 17:37:13 +01:00 |
|
Vasilije
|
135613de1d
|
Update README.md
|
2024-12-23 17:36:14 +01:00 |
|
Henry Mao
|
efa2ecdf76
|
Move readme
|
2024-12-23 23:09:34 +07:00 |
|
Henry Mao
|
3fd3aed2fa
|
Add Smithery CLI installation instructions and badge
|
2024-12-23 23:08:34 +07:00 |
|
Vasilije
|
e770eda4f8
|
Merge pull request #400 from topoteretes/feat/cognee-mcp
Feat/cognee mcp
|
2024-12-23 16:10:01 +01:00 |
|
Boris Arzentar
|
29de5a3e37
|
Merge remote-tracking branch 'origin/dev' into feat/cognee-mcp
|
2024-12-23 15:37:30 +01:00 |
|
Boris Arzentar
|
75ffe2589d
|
fix: refactor mcp
|
2024-12-23 15:37:24 +01:00 |
|
vasilije
|
b73a35fec6
|
Fix diagram
|
2024-12-23 14:16:57 +01:00 |
|
hajdul88
|
c0ad53cde7
|
Merge pull request #397 from topoteretes/langfuse_generation
Changes langfuse LLM API call tracing to generation
|
2024-12-20 16:32:25 +01:00 |
|
Igor Ilic
|
14dbe6c6ef
|
Merge branch 'COG-475-local-file-endpoint-deletion' of github.com:topoteretes/cognee into COG-475-local-file-endpoint-deletion
|
2024-12-20 16:21:14 +01:00 |
|
hajdul88
|
0813f9e7ac
|
Merge branch 'dev' into langfuse_generation
|
2024-12-20 16:21:12 +01:00 |
|