sample_retrieval_oracle.json 1.1 KB

12345678910111213141516171819202122232425262728293031
  1. {
  2. "oracle": [
  3. {
  4. "question": "How does LightRAG solve the hallucination problem in large language models?",
  5. "expected_documents": ["01_lightrag_overview.md"]
  6. },
  7. {
  8. "question": "What are the three main components required in a RAG system?",
  9. "expected_documents": ["02_rag_architecture.md"]
  10. },
  11. {
  12. "question": "How does LightRAG's retrieval performance compare to traditional RAG approaches?",
  13. "expected_documents": ["03_lightrag_improvements.md"]
  14. },
  15. {
  16. "question": "What vector databases does LightRAG support and what are their key characteristics?",
  17. "expected_documents": ["04_supported_databases.md"]
  18. },
  19. {
  20. "question": "What are the four key metrics for evaluating RAG system quality and what does each metric measure?",
  21. "expected_documents": ["05_evaluation_and_deployment.md"]
  22. },
  23. {
  24. "question": "What are the core benefits of LightRAG and how does it improve upon traditional RAG systems?",
  25. "expected_documents": [
  26. "01_lightrag_overview.md",
  27. "03_lightrag_improvements.md"
  28. ]
  29. }
  30. ]
  31. }