File size: 452 Bytes
82b9374
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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