Igor Ilic
6cb7fef411
Merge branch 'dev' into COG-475-local-file-endpoint-deletion
2024-12-19 17:34:42 +01:00
Igor Ilic
1406b6f078
test: Add test to verify deletion of local files
...
Added test that checks local files created by cognee will be deleted and those not created by cognee won't
Test COG-475
2024-12-19 17:30:02 +01:00
Igor Ilic
418cb65b35
test: Revert changes on test_pgvector
...
Revert changes on test_pgvector which were made to test deletion of local files
Test COG-475
2024-12-19 16:38:50 +01:00
Igor Ilic
c139d52938
feat: Add deletion of local files made by cognee through data endpoint
...
Delete local files made by cognee when deleting data from database through endpoint
Feature COG-475
2024-12-19 16:35:35 +01:00
Vasilije
14cd1b1806
Merge pull request #386 from topoteretes/LANGFUSE_FIX
...
Fix langfuse
2024-12-19 16:35:11 +01:00
Igor Ilic
cf457f6e27
Merge branch 'dev' into LANGFUSE_FIX
2024-12-19 16:12:23 +01:00
hajdul88
341b5fd353
Merge branch 'LANGFUSE_FIX' of https://github.com/topoteretes/cognee into LANGFUSE_FIX
2024-12-19 16:08:10 +01:00
hajdul88
29dbcc509f
Fix: fixes langfuse config settings
2024-12-19 16:07:52 +01:00
Igor Ilic
f2bb1c5d47
fix: Add poetry.lock file, make langfuse mandatory
...
Added langfuse as mandatory dependency, added poetry.lock file
Fix
2024-12-19 16:04:24 +01:00
Igor Ilic
d9368c6398
chore: Add temporary state of development
...
Add temp development state to branch
Chore
2024-12-19 15:15:13 +01:00
Vasilije
3413ad8307
Merge pull request #390 from topoteretes/COG-923-eval-notebook
...
Add evaluation notebook
2024-12-19 14:28:16 +01:00
Rita Aleksziev
e20403d0f4
Rename eval notebook
2024-12-19 14:23:55 +01:00
Rita Aleksziev
b756927293
Add evaluation notebook
2024-12-19 14:22:33 +01:00
vasilije
6b7e01b1d3
Fix langfuse
2024-12-18 19:19:13 +01:00
vasilije
6aea67f530
Merge remote-tracking branch 'origin/LANGFUSE_FIX' into LANGFUSE_FIX
2024-12-18 19:09:27 +01:00
vasilije
9b2f48b058
Fix langfuse
2024-12-18 19:09:19 +01:00
Vasilije
ffb44529cc
Merge branch 'dev' into LANGFUSE_FIX
2024-12-18 19:07:13 +01:00
vasilije
c448dfb96d
Fix langfuse
2024-12-18 19:01:29 +01:00
Vasilije
1c8115b5fe
Merge pull request #385 from topoteretes/feature/cog-920-implement-mock-summaryobject-for-codegraph
...
Feature/cog 920 implement mock summaryobject for codegraph
2024-12-18 17:21:21 +01:00
Igor Ilic
ee6bc17032
refacotr: Add current development status
...
Save current development status
Refactor
2024-12-18 17:10:08 +01:00
hajdul88
4689e55e68
feat: Adds mock summary for codegraph pipeline
2024-12-18 16:42:48 +01:00
hajdul88
852532fcad
fix: changes back the max workers to 12
2024-12-18 16:39:44 +01:00
Igor Ilic
f6800b979e
feat: Add deletion of local files when deleting data
...
Delete local files when deleting data from cognee
Feature COG-475
2024-12-18 15:26:13 +01:00
hajdul88
b3b8d8aca2
Merge pull request #384 from topoteretes/feature/cog-919-implement-mock-embeddings-option
...
Feature/cog 919 implement mock embeddings option
2024-12-18 15:00:40 +01:00
hajdul88
d7493879af
fix: fixing boolean env for github actions
2024-12-18 14:39:54 +01:00
hajdul88
5eaeebd14e
feat: implements mock feature in LiteLLM engine
2024-12-18 14:19:32 +01:00
hajdul88
75b98e0dc6
feat: deletes executor limit from get_repo_file_dependencies
2024-12-18 14:18:38 +01:00
Vasilije
45cb2c3289
Merge pull request #371 from topoteretes/COG-578
...
Push to docker hub
2024-12-17 15:53:13 +01:00
Boris
be424249d7
Merge branch 'dev' into COG-578
2024-12-17 15:04:13 +01:00
Boris
0014ebe67c
Update .github/workflows/dockerhub.yml
2024-12-17 15:03:30 +01:00
Boris
f3f3a0515e
Update .github/workflows/dockerhub.yml
2024-12-17 15:03:25 +01:00
Boris
e3a5f0ae0c
Update .github/workflows/dockerhub.yml
2024-12-17 15:01:36 +01:00
Boris
bc6f371ff9
Update .github/workflows/dockerhub.yml
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-12-17 14:30:19 +01:00
Igor Ilic
d639492328
Merge pull request #376 from topoteretes/COG-912-search-by-dataset
...
feat: Add search by dataset for cognee
2024-12-17 14:29:04 +01:00
Igor Ilic
48825d0d84
chore: Resolve typo in getting documents code
...
Resolve typo in code
chore COG-912
2024-12-17 14:22:51 +01:00
Igor Ilic
63c3dceec6
fix: Resolve issue with cognify router graph model default value
...
Resolve issue with default value for graph model in cognify endpoint
Fix
2024-12-17 14:07:50 +01:00
Igor Ilic
dfcec5f41d
Merge branch 'dev' of github.com:topoteretes/cognee into COG-912-search-by-dataset
2024-12-17 13:29:19 +01:00
Igor Ilic
5b7c83fa99
Merge pull request #372 from topoteretes/add_model_to_endpoint
...
Update get_cognify_router.py with graph endpoint
2024-12-17 13:28:50 +01:00
Igor Ilic
8b09358552
Merge branch 'dev' into COG-912-search-by-dataset
2024-12-17 13:22:13 +01:00
Igor Ilic
3f72652500
Merge branch 'dev' into add_model_to_endpoint
2024-12-17 13:19:36 +01:00
alekszievr
9afd0ece63
Structured code summarization ( #375 )
...
* feat: turn summarize_code into generator
* feat: extract run_code_graph_pipeline, update the pipeline
* feat: minimal code graph example
* refactor: update argument
* refactor: move run_code_graph_pipeline to cognify/code_graph_pipeline
* refactor: indentation and whitespace nits
* refactor: add deprecated use comments and warnings
* Structured code summarization
* add missing prompt file
* Remove summarization_model argument from summarize_code and fix typehinting
* minor refactors
---------
Co-authored-by: lxobr <122801072+lxobr@users.noreply.github.com>
Co-authored-by: Vasilije <8619304+Vasilije1990@users.noreply.github.com>
Co-authored-by: Igor Ilic <30923996+dexters1@users.noreply.github.com>
Co-authored-by: Boris <boris@topoteretes.com>
2024-12-17 13:05:47 +01:00
Igor Ilic
af335fafe3
test: Added test for getting of documents for search
...
Added test to verify getting documents related to datasets intended for search
Test COG-912
2024-12-17 12:11:24 +01:00
lxobr
da5e3ab24d
COG 870 Remove duplicate edges from the code graph ( #293 )
...
* feat: turn summarize_code into generator
* feat: extract run_code_graph_pipeline, update the pipeline
* feat: minimal code graph example
* refactor: update argument
* refactor: move run_code_graph_pipeline to cognify/code_graph_pipeline
* refactor: indentation and whitespace nits
* refactor: add deprecated use comments and warnings
---------
Co-authored-by: Vasilije <8619304+Vasilije1990@users.noreply.github.com>
Co-authored-by: Igor Ilic <30923996+dexters1@users.noreply.github.com>
Co-authored-by: Boris <boris@topoteretes.com>
2024-12-17 12:02:25 +01:00
Igor Ilic
c2d2b26319
fix: Remove backend lock from UI
...
Removed lock that prevented using multiple datasets in cognify
Fix COG-912
2024-12-17 11:52:30 +01:00
hajdul88
9e7ab6492a
feat: outsources chunking parameters to extract chunk from documents … ( #289 )
...
* feat: outsources chunking parameters to extract chunk from documents task
2024-12-17 11:31:31 +01:00
Igor Ilic
630ab556db
feat: Add search by dataset for cognee
...
Added ability to search by datasets for cognee users
Feature COG-912
2024-12-17 11:20:22 +01:00
vasilije
98cc84aa28
Fixes to our demo
2024-12-16 21:30:29 +01:00
vasilije
3366bb3680
Fixes
2024-12-16 21:23:11 +01:00
alekszievr
bfa0f06fb4
Add type to DataPoint metadata ( #364 )
...
* Add type to DataPoint metadata
* Add missing index_fields
* Use DataPoint UUID type in pgvector create_data_points
* Make _metadata mandatory everywhere
2024-12-16 16:27:03 +01:00
lxobr
5360093097
COG-810 Implement a top-down dependency graph builder tool ( #268 )
...
* feat: parse repo to call graph
* Update/repo_processor/top_down_repo_parse.py task
* fix: minor improvements
* feat: file parsing jedi script optimisation
---------
2024-12-16 16:02:39 +01:00