Commit Graph

6049 Commits (d1d06ed9fcc02e5dab7d9faa7a609c5080b80428)
 

Author SHA1 Message Date
QuantumGhost d1d06ed9fc Merge remote-tracking branch 'upstream/main' into feat/variable-pool-rebased 1 year ago
QuantumGhost 68408805dc refactor(api): extract enclosing_node_id directly from graph definition
Instead of attaching it to `execution_metadata` and
extracting from the result.
1 year ago
QuantumGhost 59c5254fb9 feat(api): Save the output variables for LOOP node. 1 year ago
QuantumGhost 282f44822c feat(api): do not save `finish_reason` from LLM node outputs 1 year ago
QuantumGhost b28be1a1ff feat(api): add support for node variable value resetting 1 year ago
QuantumGhost 91ee015114 fix(api): fix creating draft conversation variable
Creating a draft converstaion variable does not require a
`node_execution_id`.
1 year ago
Xiyuan Chen 0720bc7408
Feat/webapp verified sso main (#20494) 1 year ago
QuantumGhost 11b1077c8a test(api): fix broken tests 1 year ago
非法操作 ab62a9662c
fix: some dark mode display incorrect (#20788) 1 year ago
NFish d6a8af03b4
Fix/add webapp no permission page (#20819) 1 year ago
yihong 65c7c01d90
fix: clean up two unreachable code (#20773)
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
1 year ago
Bharat Ramanathan e6e76852d5
Add support for W&B dedicated cloud instances in Weave tracing integration (#20765)
Co-authored-by: crazywoola <427733928@qq.com>
1 year ago
QuantumGhost 80569ce29f Merge remote-tracking branch 'upstream/main' into feat/variable-pool-rebased 1 year ago
QuantumGhost 930c4cb609
feat(api): Adjust `WorkflowDraftVariable` and `WorkflowNodeExecutionModel` (#20746)
- Add `node_execution_id` column to `WorkflowDraftVariable`, allowing efficient implementation of 
  the "Reset to last run value" feature.
- Add additional index for `WorkflowNodeExecutionModel` to improve the performance of last run lookup.

Closes #20745.
1 year ago
QuantumGhost 724e6a1d80 WIP: node var reset. 1 year ago
Joel 0c8447fd0e
fix: missing bot name in orchestrate (#20747) 1 year ago
jefferyvvv 37c3283450
fix: opensearch vector search falls back to keyword search (#20723)
Co-authored-by: wenjun.gu <wenjun.gu@envision-energy.com>
1 year ago
Joel 723b69cf8d
chore: chart panel ui enhance (#20743) 1 year ago
Joel 85859b6723
feat: add browser list (#20717) 1 year ago
Bowen Liang c1a13fa553
chore: replace pseudo-random generators with secrets module (#20616) 1 year ago
Joel 4f0c9fdf2b
chore: remove repeat public api and service api panel (#20715) 1 year ago
jefferyvvv 4271602cfc
fix: opensearch metadata filtering returns empty (#20701)
Co-authored-by: wenjun.gu <wenjun.gu@envision-energy.com>
Co-authored-by: crazywoola <427733928@qq.com>
1 year ago
Bowen Liang 4f14d7c0ca
chore: bump uv to 0.7.x (#20692) 1 year ago
Yeuoly 38554c5f3e
fix(inner_api/plugin/wraps): refresh user model after creation in get user function (#20704) 1 year ago
jefferyvvv 138ad6e8b3
fix: opensearch fulltext search with metadata filtering dsl error (#20702)
Co-authored-by: wenjun.gu <wenjun.gu@envision-energy.com>
1 year ago
湛露先生 f76f70f0b6
Fix builtin_providers for tools. (#20697)
Signed-off-by: zhanluxianshen <zhanluxianshen@163.com>
1 year ago
QuantumGhost d0192a98eb test(api): add tests for file variable serialization logic. 1 year ago
QuantumGhost 8c685a86bd test(api): Fix broken tests 1 year ago
QuantumGhost 7e402abefd fix(api): `set_value` should also update the cache
add relevant tests for `get_value` and `set_value` methods
1 year ago
Nite Knite 7094680e23
feat: reorder app types (#20685) 1 year ago
QuantumGhost cb34008559 test(api): fix tests for v1.VariableAssignerNode 1 year ago
QuantumGhost 46a2476185 refactor(api): Inject conv_var_updater_factory into v1.VariableAssignerNode 1 year ago
KVOJJJin 59dc7c880e
Fix: style of radio checked (#20681) 1 year ago
HaiyangP 3fb9b41fe5
A more concise and effective extractor for excel and csv files (#20625)
Co-authored-by: haiyangpengai <xxxx>
1 year ago
Novice 0ccf8cb23e
fix: agent moderation not working (#20673) 1 year ago
minglu7 837f769960
fix: update text_to_audio method to send data as JSON (#20663) 1 year ago
github-actions[bot] 3367d4258d
chore: translate i18n files (#20664)
Co-authored-by: douxc <7553076+douxc@users.noreply.github.com>
1 year ago
GuanMu d608be6e7f
Add vscode debugger (#20668) 1 year ago
geosmart de9c7f2ea4
Update template.zh.mdx-fix document update metadata body param (#20659) 1 year ago
XiaoBa 1fbbbb735d
fix: the locale format(#20662) (#20665)
Co-authored-by: Xiaoba Yu <xb1823725853@gmail.com>
1 year ago
NFish 9915a70d7f
Fix/webapp access scope (#20109) 1 year ago
Eric Guo 822298f69d
Fix 500 error (#20614) 1 year ago
Arcaner ad2f25875e
fix(llm_node): update file variable mapping to use vision configs (#20417) 1 year ago
Abdullah AlOsaimi ad8e79c440
assign dataset indexing_technique to args if not explicitly provided (#20597) 1 year ago
非法操作 f2dcfc976d
feat: allow fill inputs from url params (#20630) 1 year ago
QuantumGhost 83cd796b4d feat(api): regenerate the url signature when serializing File object. 1 year ago
QuantumGhost 222087e3be feat(api): cache the deserialized value for `get_value` 1 year ago
QuantumGhost fd208c4035 docs(api): add note to avoid using `handle_special_values` in new code 1 year ago
QuantumGhost 743b792869 feat(api): reconstruct File object from dictionary when saving outputs.
This ensures that the variables type is correct. It also simplify handling of variable
values when serializing.
1 year ago
QuantumGhost 55eb4765cb refactor(api): Rename `output` parameter of `save` method to `outputs`.
Keep the parameter names consistent with the field names `NodeRunResult`.
1 year ago