@@ -64,25 +64,25 @@ <h1>RAG Chat Assistant</h1>
6464 <strong>Example UNEP Queries:</strong>
6565 <ol>
6666 <li>Hi, what do you know about UNEP?</li>
67- <li>What are the key findings of the plastic pollution control?</li>
68- <li>Summarize UNEP's recommendations on plastic pollution control. </li>
67+ <li>Can you explain about plastic pollution control?</li>
68+ <li>How can we manage plastic pollution? </li>
6969 </ol>
7070 ` ;
7171 } else if ( docs === "500" ) {
7272 examplesDiv . innerHTML = `
7373 <strong>Example UNEP Queries:</strong>
7474 <ol>
7575 <li>Hi, what do you know about UNEP?</li>
76- <li>What are the key findings of the plastic pollution control?</li>
77- <li>Summarize UNEP's recommendations on plastic pollution control. </li>
76+ <li>Can you explain about plastic pollution control?</li>
77+ <li>How can we manage plastic pollution? </li>
7878 </ol>
7979 ` ;
8080 } else if ( docs === "living_income" ) {
8181 examplesDiv . innerHTML = `
8282 <strong>Example Queries:</strong>
8383 <ol>
8484 <li>Hi, what is a Living Income Benchmark?</li>
85- <li>How can I use the Living Income Benchmark in my project ?</li>
85+ <li>Can you explain about living income for smallholder commodity farmers ?</li>
8686 <li>What is the Living Income for a cocoa farmer's standard of living?</li>
8787 </ol>
8888 ` ;
@@ -97,14 +97,14 @@ <h1>RAG Chat Assistant</h1>
9797 <strong>Example UNEP Queries:</strong>
9898 <ol>
9999 <li>Hi, what do you know about UNEP?</li>
100- <li>What are the key findings of the plastic pollution control?</li>
101- <li>Summarize UNEP's recommendations on plastic pollution control. </li>
100+ <li>Can you explain about plastic pollution control?</li>
101+ <li>How can we manage plastic pollution? </li>
102102 </ol>
103103 <br/>
104104 <strong>Example Living Income Benchmark Queries:</strong>
105105 <ol>
106106 <li>Hi, what is a Living Income Benchmark?</li>
107- <li>How can I use the Living Income Benchmark in my project ?</li>
107+ <li>Can you explain about living income for smallholder commodity farmers ?</li>
108108 <li>What is the Living Income for a cocoa farmer's standard of living?</li>
109109 </ol>
110110 ` ;
0 commit comments