Commit graph

19 commits

Author SHA1 Message Date
Igor Ilic
5fe7ff9883
refactor: Refactor search so graph completion is used by default (#505)
<!-- .github/pull_request_template.md -->

## Description
Refactor search so query type doesn't need to be provided to make it
simpler for new users

## DCO Affirmation
I affirm that all code in every commit of this pull request conforms to
the terms of the Topoteretes Developer Certificate of Origin


<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

- **Refactor**
- Improved the search interface by standardizing parameter usage with
explicit keyword arguments for specifying search types, enhancing
clarity and consistency.
- **Tests**
- Updated test cases and example integrations to align with the revised
search parameters, ensuring consistent behavior and reliable validation
of search outcomes.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2025-02-07 17:16:34 +01:00
hajdul88
bd6aafe9b7 fix: fixes event loop handling on windows in dynamic steps example 2025-01-16 18:17:11 +01:00
hajdul88
ea8628c527 Fix: Fixes logging setup 2025-01-13 09:49:56 +01:00
hajdul88
341f30fcdc fix: Fixes ruff formatting 2025-01-09 12:00:49 +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
hajdul88
d39140f28b feat: implements the first version of graph based completion in search 2025-01-08 16:10:29 +01:00
vasilije
41b1486cff Fix visualization 2025-01-08 13:13:52 +01:00
hajdul88
18c8bc3c33
Merge branch 'dev' into COG-adding_html_graph_render 2025-01-08 10:44:11 +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
60c8fd103b ruff format 2025-01-05 19:09:08 +01:00
hajdul88
46ee513f6c chore: deletes comment from dynamic_steps_example 2024-12-04 14:59:01 +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
a59517409c chore: Fixes some of the issues based on PR review + restructures things 2024-11-26 14:45:48 +01:00
hajdul88
b5d9e7a6d2 chore: adds return value and sets tue entry point kg generation to true 2024-11-20 19:03:32 +01:00
hajdul88
a114d68aef feat: Implements basic global triplet optimizing retrieval 2024-11-20 18:33:34 +01:00
hajdul88
c4850f64dc feat: Implements pipeline structure for retrievers 2024-11-19 11:14:42 +01:00
hajdul88
32504255ef feat: Adds unit tests to CogneeGraph class 2024-11-14 11:46:17 +01:00
hajdul88
38d29ee0c9 Adds an entrypoint to enable/disable individual steps 2024-11-11 18:35:18 +01:00