From 8424c42d1aefe105bc2111b53f0457fd660e4ac6 Mon Sep 17 00:00:00 2001 From: Cristiano Hoshikawa Date: Mon, 12 Jan 2026 08:03:46 -0300 Subject: [PATCH] first commit --- files/graphrag_rerank.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/graphrag_rerank.py b/files/graphrag_rerank.py index e43c355..9ba141d 100644 --- a/files/graphrag_rerank.py +++ b/files/graphrag_rerank.py @@ -374,7 +374,7 @@ def extract_graph_keywords_from_requirement(req: dict) -> str: def build_oracle_text_query(text: str) -> str | None: ORACLE_TEXT_STOPWORDS = { "and", "or", "the", "with", "between", "of", "to", "for", - "in", "on", "by", "is", "are", "was", "were", "be" + "in", "on", "by", "is", "are", "was", "were", "be", "within", "between" } tokens = []