default_rag.yaml 616 B

12345678910111213141516171819202122232425262728
  1. default_rag:
  2. template: >
  3. ## Task:
  4. Answer the query given immediately below given the context which follows later. Use line item references to like [1], [2], ... refer to specifically numbered items in the provided context. Pay close attention to the title of each given source to ensure it is consistent with the query.
  5. ### Query:
  6. {query}
  7. ### Context:
  8. {context}
  9. ### Query:
  10. {query}
  11. REMINDER - Use line item references to like [1], [2], ... refer to specifically numbered items in the provided context.
  12. ## Response:
  13. input_types:
  14. query: str
  15. context: str