Skip to content

Commit caa98e0

Browse files
committed
format code
1 parent 063293b commit caa98e0

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

graphrag/query/context_builder/rate_prompt.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
"""Global search with dynamic community selection prompt."""
55

6-
76
RATE_QUERY = """
87
---Role---
98
You are a helpful assistant responsible for deciding whether the provided information is useful in answering a given question, even if it is only partially relevant.

graphrag/query/structured_search/global_search/community_context.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,8 @@
55

66
from typing import Any
77

8-
import pandas as pd
98
import tiktoken
109

11-
from graphrag.config import GraphRagConfig
1210
from graphrag.model import Community, CommunityReport, Entity
1311
from graphrag.query.context_builder.builders import ContextBuilderResult
1412
from graphrag.query.context_builder.community_context import (

0 commit comments

Comments
 (0)