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 = []