hsaest commited on
Commit
cfacd09
·
1 Parent(s): ed4cdd1

ui: add Mind2Web2 RAG example

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -2447,6 +2447,11 @@ EXAMPLES = [
2447
  "icon": "📚",
2448
  "text": "Compare the LLM-safety research approaches of Anthropic, OpenAI, and Google DeepMind over the past 18 months, focusing on alignment techniques and red-teaming methodologies.",
2449
  },
 
 
 
 
 
2450
  ]
2451
 
2452
 
 
2447
  "icon": "📚",
2448
  "text": "Compare the LLM-safety research approaches of Anthropic, OpenAI, and Google DeepMind over the past 18 months, focusing on alignment techniques and red-teaming methodologies.",
2449
  },
2450
+ {
2451
+ "category": "Task from Mind2Web2",
2452
+ "icon": "🧭",
2453
+ "text": "I am interested in Retrieval-Augmented Generation (RAG) and would like to explore popular and easy-to-use repositories on GitHub. Please identify the 10 most-starred repositories listed under the GitHub topic \"retrieval-augmented-generation\". For each repository, please provide its name, a direct link to its GitHub page, and indicate whether its README explicitly states that it can be installed using a single pip install <package-name> command (without additional steps). If it does, please also provide a link to its PyPI page; if not, explicitly note that this installation method isn't mentioned.",
2454
+ },
2455
  ]
2456
 
2457