rag.yaml 544 B

1234567891011121314151617181920212223242526272829
  1. rag:
  2. template: >
  3. ## Task:
  4. Answer the query given immediately below given the context which follows later. Use line item references to like [c910e2e], [b12cd2f], ... refer to provided search results.
  5. ### Query:
  6. {query}
  7. ### Context:
  8. {context}
  9. ### Query:
  10. {query}
  11. REMINDER - Use line item references to like [c910e2e], [b12cd2f], to refer to the specific search result IDs returned in the provided context.
  12. ## Response:
  13. input_types:
  14. query: str
  15. context: str
  16. overwrite_on_diff: true