File size: 573 Bytes
593a9f3
 
c299ff8
593a9f3
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
name: "DemonstrationAtomicFlow"
description: "A flow which returns Demonstrations"
_target_: flow_modules.aiflows.ChatWithDemonstrationsFlowModule.DemonstrationsAtomicFlow.instantiate_from_default_config
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_: aiflows.prompt_template.JinjaPrompt

response_prompt_template:
  _target_: aiflows.prompt_template.JinjaPrompt