[Issue]: Problems with DRIFT_PRIMER_PROMPT and DRIFT_LOCAL_SYSTEM_PROMPT using DRIFT search. #1623
Open
1 of 3 tasks
Labels
triage
Default label assignment, indicates new issue needs reviewed by a maintainer
Do you need to file an issue?
Describe the issue
In the file
graphrag/prompts/query/drift_search_system_prompt.py
, there are the following three prompts:DRIFT_LOCAL_SYSTEM_PROMPT = """"""
DRIFT_REDUCE_PROMPT = """"""
DRIFT_PRIMER_PROMPT = """"""
I found that
DRIFT_REDUCE_PROMPT
is not used in the code. What is the relationship betweenDRIFT_PRIMER_PROMPT
andDRIFT_LOCAL_SYSTEM_PROMPT
? How should I modify them so that the final output meets my requirements?Because I found that when I modify the content in
DRIFT_LOCAL_SYSTEM_PROMPT
, the final output format does not output as expected.Steps to reproduce
No response
GraphRAG Config Used
# Paste your config here
Logs and screenshots
No response
Additional Information
The text was updated successfully, but these errors were encountered: