Skip to content

Commit

Permalink
Merge branch 'COG-949' of https://github.com/topoteretes/cognee into …
Browse files Browse the repository at this point in the history
…COG-949
  • Loading branch information
hajdul88 committed Jan 9, 2025
2 parents d7b2186 + 18bb282 commit 7e10349
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions evals/eval_swe_bench.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,7 @@ async def generate_patch_with_cognee(instance, llm_client, search_type=SearchTyp
retrieved_edges = await brute_force_triplet_search(
problem_statement,
top_k=3,
collections=[
"code_summary_text",
"data_point_name",
"document_chunk_text",
"entity_name",
"entity_type_name",
"sourcecodechunk_source_code",
],
collections=["code_summary_text"],
)

retrieved_edges_str = retrieved_edges_to_string(retrieved_edges)
Expand Down

0 comments on commit 7e10349

Please sign in to comment.