Skip to content

Commit abf0efa

Browse files
committed
typo in docstring
1 parent 85a478a commit abf0efa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/neo4j_graphrag/generation/graphrag.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def search(
114114
Args:
115115
query_text (str): The user question.
116116
message_history (Optional[Union[List[LLMMessage], MessageHistory]]): A collection
117-
previous messages, with each message having a specific role assigned.
117+
of previous messages, with each message having a specific role assigned.
118118
examples (str): Examples added to the LLM prompt.
119119
retriever_config (Optional[dict]): Parameters passed to the retriever.
120120
search method; e.g.: top_k

0 commit comments

Comments
 (0)