ChatWithDemonstrationsFlowModule / DemonstrationsAtomicFlow.yaml
nbaldwin's picture
chatwitDemV1
82b9374
raw
history blame
452 Bytes
name: "DemonstrationAtomicFlow"
description: "A flow which returns Demonstrations"
data: ??? #e.g. [{"query_data": {"query": "What is the capital of France?"}, "response_data": {"response": "Paris, my sir."}}]
params:
data_dir: ???
demonstrations_id: ???
ids_to_keep: null
demonstrations_k: null
query_prompt_template:
_target_: flows.prompt_template.JinjaPrompt
response_prompt_template:
_target_: flows.prompt_template.JinjaPrompt