File tree Expand file tree Collapse file tree 6 files changed +58
-61
lines changed
studio-backend/app/templates/microsvc-manifests
studio-frontend/packages/server/src/nodes Expand file tree Collapse file tree 6 files changed +58
-61
lines changed Original file line number Diff line number Diff line change 88 http_proxy : " ${HTTP_PROXY}"
99 https_proxy : " ${HTTP_PROXY}"
1010 llm_engine : " {llmEngine}"
11- # strategy: "rag_agent_llama"
12- strategy : " rag_agent"
11+ strategy : " {strategy}"
1312 recursion_limit : " {recursionLimit}"
1413 model : " {modelName}"
1514 temperature : " {temperature}"
Original file line number Diff line number Diff line change 88 http_proxy : " ${HTTP_PROXY}"
99 https_proxy : " ${HTTP_PROXY}"
1010 llm_engine : " {llmEngine}"
11- # strategy: "sql_agent_llama"
12- strategy : " sql_agent"
11+ strategy : " {strategy}"
1312 db_name : " {db_name}"
1413 db_path : " {db_path}"
1514 recursion_limit : " {recursionLimit}"
1615 model : " {modelName}"
1716 temperature : " {temperature}"
1817 max_new_tokens : " {maxNewToken}"
1918 stream : " false"
20- tools : " /home/user/tools/worker_agent_tools.yaml"
2119 require_human_feedback : " false"
2220 llm_endpoint_url : " http://{llm_endpoint}:{llm_port}"
2321 PORT : " 9096"
Original file line number Diff line number Diff line change 88 http_proxy : " ${HTTP_PROXY}"
99 https_proxy : " ${HTTP_PROXY}"
1010 llm_engine : " {llmEngine}"
11- strategy : " react_llama "
11+ strategy : " {strategy} "
1212 recursion_limit : " {recursionLimit}"
1313 model : " {modelName}"
1414 temperature : " {temperature}"
Original file line number Diff line number Diff line change @@ -87,23 +87,23 @@ class OPEARedisRetreiver {
8787 type : 'password' ,
8888 optional : true ,
8989 } ,
90- // {
91- // label: 'Strategy',
92- // name: 'strategy',
93- // type: 'options',
94- // default: 'react_agent_llama ',
95- // options: [
96- // {
97- // name: 'rag_agent',
98- // label: 'rag_agent'
99- // },
100- // {
101- // name:'rag_agent_llama',
102- // label: 'rag_agent_llama'
103- // }
104- // ],
105- // additionalParams: true
106- // },
90+ {
91+ label : 'Strategy' ,
92+ name : 'strategy' ,
93+ type : 'options' ,
94+ default : 'rag_agent_llama ' ,
95+ options : [
96+ {
97+ name : 'rag_agent' ,
98+ label : 'rag_agent'
99+ } ,
100+ {
101+ name :'rag_agent_llama' ,
102+ label : 'rag_agent_llama'
103+ }
104+ ] ,
105+ additionalParams : true
106+ } ,
107107 {
108108 label : 'Temperature' ,
109109 name : 'temperature' ,
Original file line number Diff line number Diff line change @@ -87,23 +87,23 @@ class OPEARedisRetreiver {
8787 type : 'string' ,
8888 optional : true
8989 } ,
90- // {
91- // label: 'Strategy',
92- // name: 'strategy',
93- // type: 'options',
94- // default: 'sql_agent_llama',
95- // options: [
96- // {
97- // name: 'sql_agent',
98- // label: 'sql_agent'
99- // },
100- // {
101- // name:'sql_agent_llama',
102- // label: 'sql_agent_llama'
103- // }
104- // ],
105- // additionalParams: true
106- // },
90+ {
91+ label : 'Strategy' ,
92+ name : 'strategy' ,
93+ type : 'options' ,
94+ default : 'sql_agent_llama' ,
95+ options : [
96+ {
97+ name : 'sql_agent' ,
98+ label : 'sql_agent'
99+ } ,
100+ {
101+ name :'sql_agent_llama' ,
102+ label : 'sql_agent_llama'
103+ }
104+ ] ,
105+ additionalParams : true
106+ } ,
107107 {
108108 label : 'Temperature' ,
109109 name : 'temperature' ,
Original file line number Diff line number Diff line change @@ -87,27 +87,27 @@ class OPEARedisRetreiver {
8787 type : 'password' ,
8888 optional : true ,
8989 } ,
90- // {
91- // label: 'Strategy',
92- // name: 'strategy',
93- // type: 'options',
94- // default: 'react_llama',
95- // options: [
96- // {
97- // name: 'react_langchain',
98- // label: 'react_langchain'
99- // },
100- // // {
101- // // name: 'react_langgrapgh',
102- // // label: 'react_langgraph',
103- // // },
104- // {
105- // name:'react_llama',
106- // label: 'react_llama'
107- // }
108- // ],
109- // additionalParams: true
110- // },
90+ {
91+ label : 'Strategy' ,
92+ name : 'strategy' ,
93+ type : 'options' ,
94+ default : 'react_llama' ,
95+ options : [
96+ {
97+ name : 'react_langchain' ,
98+ label : 'react_langchain'
99+ } ,
100+ // {
101+ // name: 'react_langgrapgh',
102+ // label: 'react_langgraph',
103+ // },
104+ {
105+ name :'react_llama' ,
106+ label : 'react_llama'
107+ }
108+ ] ,
109+ additionalParams : true
110+ } ,
111111 {
112112 label : 'Temperature' ,
113113 name : 'temperature' ,
You can’t perform that action at this time.
0 commit comments