AbdulMoid commited on
Commit
88c46f2
1 Parent(s): 80986c6

Update graph_rag.py

Browse files
Files changed (1) hide show
  1. graph_rag.py +1 -1
graph_rag.py CHANGED
@@ -114,7 +114,7 @@ def qa_tool_graph_rag(user_question):
114
 
115
  The Knowledge Graph is built on 3 NCCN documents - NCCN Evidence Blocks (2024), NCCN Guidelines for High Risk Genetic Disorders (2024), Management of Immunotherapy-Related Toxicities (2024)
116
 
117
- **Important:** Include references to the NCCN documents (using the full document names listed above) along with the corresponding page numbers from which the information was taken. Ensure that each piece of information in your response can be traced back to the specific page(s) of the document(s). Include REFERENCES section in the end listing documents and page numbers. And let the document year be 2024 always. Do not include Data Reports in your response.
118
  """
119
 
120
 
 
114
 
115
  The Knowledge Graph is built on 3 NCCN documents - NCCN Evidence Blocks (2024), NCCN Guidelines for High Risk Genetic Disorders (2024), Management of Immunotherapy-Related Toxicities (2024)
116
 
117
+ **Important:** Include the exact references to the NCCN documents (using the full document names listed above) along with the corresponding page numbers from which the information was taken. Ensure that each piece of information in your response can be traced back to the specific page(s) of the document(s). Include REFERENCES section in the end listing documents and page numbers. And let the document year be 2024 always. Do not include Data Reports in your response.
118
  """
119
 
120