Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

promptfooconfig.yaml 1.3 KB

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
  1. description: 'RAG - End to end test'
  2. prompts:
  3. - '{{question}}'
  4. providers:
  5. - file://retrieve.py
  6. tests:
  7. - vars:
  8. question: How has Apple's total net sales changed over time?
  9. - vars:
  10. question: What are the major factors contributing to the change in Apple's gross margin in the most recent 10-Q compared to the previous quarters?
  11. - vars:
  12. question: Has there been any significant change in Apple's operating expenses over the reported quarters? If so, what are the key drivers for this change?
  13. - vars:
  14. question: How has Apple's revenue from iPhone sales fluctuated across quarters?
  15. - vars:
  16. question: Can any trends be identified in Apple's Services segment revenue over the reported periods?
  17. - vars:
  18. question: What is the impact of foreign exchange rates on Apple's financial performance? List this out separately for each reported period.
  19. - vars:
  20. question: Are there any notable changes in Apple's liquidity position or cash flows as reported in these 10-Qs?
  21. - vars:
  22. question: Examine how Intel's effective tax rate in the most recent 10-Q compares with the tax-related discussions in the notes section.
  23. - vars:
  24. question: In Amazon's latest 10-Q, how does the revenue distribution across its diverse business segments like e-commerce, AWS, and others compare to the costs incurred in these segments?
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...