cognee/cognee/modules/retrieval
hajdul88 46e3fca228
Fix: fixes infinite loop introduced in combined search refactor (#1434)
## Description
Fixes infinite loop introduced in combined search refactor

## Type of Change
<!-- Please check the relevant option -->
- [x] Bug fix (non-breaking change that fixes an issue)
- [ ] New feature (non-breaking change that adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to change)
- [ ] Documentation update
- [ ] Code refactoring
- [ ] Performance improvement
- [ ] Other (please specify):

## Changes Made
<!-- List the specific changes made in this PR -->
Fixes infinite loop introduced in combined search refactor

## Testing
Manual

## Screenshots/Videos (if applicable)
None

## Pre-submission Checklist
<!-- Please check all boxes that apply before submitting your PR -->
- [x] **I have tested my changes thoroughly before submitting this PR**
- [x] **This PR contains minimal changes necessary to address the
issue/feature**
- [x] My code follows the project's coding standards and style
guidelines
- [x] I have added tests that prove my fix is effective or that my
feature works
- [x] I have added necessary documentation (if applicable)
- [x] All new and existing tests pass
- [x] I have searched existing PRs to ensure this change hasn't been
submitted already
- [x] I have linked any relevant issues in the description
- [x] My commits have clear and descriptive messages

## Related Issues
https://github.com/topoteretes/cognee/pull/1341

## Additional Notes
None

## 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.
2025-09-17 16:11:09 +02:00
..
context_providers feat: implement combined context search (#1341) 2025-09-10 16:33:08 +02:00
entity_extractors
exceptions adds new base errors to retrieval exceptions 2025-08-13 12:36:31 +02:00
utils fix: graph view with search (#1368) 2025-09-11 16:16:03 +02:00
__init__.py
base_feedback.py chore: fixes ruff 2025-08-18 18:36:04 +02:00
base_graph_retriever.py feat: implement combined context search (#1341) 2025-09-10 16:33:08 +02:00
base_retriever.py feat: implement combined context search (#1341) 2025-09-10 16:33:08 +02:00
chunks_retriever.py
code_retriever.py fix: Make exluded paths use absolute path 2025-08-29 16:04:14 +02:00
coding_rules_retriever.py feat: implement combined context search (#1341) 2025-09-10 16:33:08 +02:00
completion_retriever.py feat: implement combined context search (#1341) 2025-09-10 16:33:08 +02:00
cypher_search_retriever.py Remove NetworkX from cognee core. 2025-08-15 10:28:56 +01:00
EntityCompletionRetriever.py
graph_completion_context_extension_retriever.py fix: UI (#1397) 2025-09-12 20:06:44 +02:00
graph_completion_cot_retriever.py fix: UI (#1397) 2025-09-12 20:06:44 +02:00
graph_completion_retriever.py fix: UI (#1397) 2025-09-12 20:06:44 +02:00
graph_summary_completion_retriever.py feat: Add only_context and system prompt flags for search 2025-08-28 13:43:37 +02:00
insights_retriever.py fix: Return search backward compatibility 2025-09-11 21:08:13 +02:00
natural_language_retriever.py chore: forgot to remove NetworkX check in NLPRetriever 2025-08-15 10:56:19 +01:00
summaries_retriever.py feat: Add only_context and system prompt flags for search 2025-08-28 13:43:37 +02:00
temporal_retriever.py Fix: fixes infinite loop introduced in combined search refactor (#1434) 2025-09-17 16:11:09 +02:00
user_qa_feedback.py fix: UI (#1397) 2025-09-12 20:06:44 +02:00