diff options
Diffstat (limited to '.venv/lib/python3.12/site-packages/core/providers/database/prompts/rag.yaml')
-rw-r--r-- | .venv/lib/python3.12/site-packages/core/providers/database/prompts/rag.yaml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/.venv/lib/python3.12/site-packages/core/providers/database/prompts/rag.yaml b/.venv/lib/python3.12/site-packages/core/providers/database/prompts/rag.yaml new file mode 100644 index 00000000..c835517d --- /dev/null +++ b/.venv/lib/python3.12/site-packages/core/providers/database/prompts/rag.yaml @@ -0,0 +1,29 @@ +rag: + template: > + ## Task: + + 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. + + + ### Query: + + {query} + + + ### Context: + + {context} + + + ### Query: + + {query} + + + REMINDER - Use line item references to like [c910e2e], [b12cd2f], to refer to the specific search result IDs returned in the provided context. + + ## Response: + input_types: + query: str + context: str + overwrite_on_diff: true |