cognee/cognee/modules/retrieval
Igor Ilic da332e85fe
Add top k [COG-1862] (#743)
<!-- .github/pull_request_template.md -->

## Description
Add ability to define top-k for Cognee search types Insights, RAG and
GRAPH Completion

## 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-04-17 14:01:35 +02:00
..
context_providers feat: entity brute force triplet search [COG-1325] (#589) 2025-03-05 11:17:58 +01:00
entity_extractors feat: entity brute force triplet search [COG-1325] (#589) 2025-03-05 11:17:58 +01:00
exceptions chore: handle empty distance list in brute force search [cog-1424] (#654) 2025-03-25 15:50:02 +01:00
utils chore: handle empty distance list in brute force search [cog-1424] (#654) 2025-03-25 15:50:02 +01:00
__init__.py Transition to new retrievers, update searches (#585) 2025-02-27 15:25:24 +01:00
base_retriever.py Feature/cog 1312 integrating evaluation framework into dreamify (#562) 2025-03-03 19:55:47 +01:00
chunks_retriever.py Feat/cog 1365 unify retrievers (#572) 2025-02-27 12:13:21 +01:00
code_retriever.py fix: send UUID node ids instead of strings (#679) 2025-03-29 19:12:18 +01:00
completion_retriever.py Add top k [COG-1862] (#743) 2025-04-17 14:01:35 +02:00
cypher_search_retriever.py fix: human readable logs (#658) 2025-03-25 11:54:40 +01:00
EntityCompletionRetriever.py fix: human readable logs (#658) 2025-03-25 11:54:40 +01:00
graph_completion_retriever.py feat: adds graph completion retriever fix (#676) 2025-03-28 17:39:56 +01:00
graph_summary_completion_retriever.py feat: COG-1523 add top_k in run_question_answering (#625) 2025-03-10 10:55:31 +01:00
insights_retriever.py Feat/cog 1365 unify retrievers (#572) 2025-02-27 12:13:21 +01:00
natural_language_retriever.py feat: Natural Language Retriever (text2cypher) (#663) 2025-03-27 15:44:39 +01:00
summaries_retriever.py Feat/cog 1365 unify retrievers (#572) 2025-02-27 12:13:21 +01:00