Commit Graph

3801 Commits (c67a7abbe244cba2f83dbcadfbfee47a897fbecf)

Author SHA1 Message Date
QuantumGhost c67a7abbe2 Merge remote-tracking branch 'upstream/main' into feat/variable-pool-rebased 1 year ago
Yeuoly 2020a31785
fix(plugin/migrations) refactor data migration to use specific provider ID classes. (#21187) 1 year ago
QuantumGhost 2c04a16eaa
Revert "bug: fix sequence number may be duplicated when multi-threads running the same workflow #21047" (#21207) 1 year ago
ZalterCitty 6325129761
fix wrongly remove reset nodes (#20880)
Co-authored-by: zhuqingchao <zhuqingchao@xiaomi.com>
1 year ago
Jyong 9a18a98b58
fix keyword search top-k not initial (#21202) 1 year ago
André de Matteo 7b9e01aa07
Feat/support sendgrid (#21011)
Co-authored-by: André de Matteo <andre.matteo@accenture.com>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
1 year ago
kinoooolu 2bb19f85c6
feat:conversation variable support file array (#21174)
Co-authored-by: kino.lu <kino.lu@vipshop.com>
1 year ago
LiuBo 17fe62cf91
feat: add support for Matrixone database (#20714) 1 year ago
Ganondorf e99861d4fe
Add Filter of Get Workflow Logs (#21172)
Co-authored-by: lizb <lizb@sugon.com>
1 year ago
NeatGuyCoding 9835730278
Translation fix (#21194) 1 year ago
湛露先生 8331b63baa
add func args missing in apps chat. (#21085)
Signed-off-by: zhanluxianshen <zhanluxianshen@163.com>
1 year ago
NeatGuyCoding 2eae7503e1
Minor Improvements for File Validation and Configuration Handling #21179 (#21171)
Co-authored-by: tech <cto@sb>
1 year ago
Xin Zhang 30cfc9c172
Feat/plugin install scope management (#19963) 1 year ago
NeatGuyCoding 918bb9a2f7
bug: fix sequence number may be duplicated when multi-threads running the same workflow #21047 (#21153) 1 year ago
Ademílson Tonato 9e73e8b9e8
feat: add search endpoint for Firecrawl Integration (#20521)
Co-authored-by: crazywoola <427733928@qq.com>
1 year ago
HyaCinth d4be356ffb
fix(api): add support for "image" icon when duplicate app (#20744) (#20761) 1 year ago
Rain Wang 47e0f92c0f
Fixes #20748 KnowledgeRetrievalNode return all external documents when reranker disabled even top-k configed (#20762) 1 year ago
湛露先生 6d033d4064
clean duplicate validate for dataset_configs (#20775)
Signed-off-by: zhanluxianshen <zhanluxianshen@163.com>
1 year ago
湛露先生 ab290ed968
unreachable-code for lb model fetch. (#20797)
Signed-off-by: zhanluxianshen <zhanluxianshen@163.com>
1 year ago
-LAN- 879f839d75
refactor(graph_engine): Merge duplicated if block (#20784)
Signed-off-by: -LAN- <laipz8200@outlook.com>
1 year ago
Jyong 787a556bd7
add service api ratelimit check (#20878) 1 year ago
He Wang 37f26c412f
add healthcheck to oceanbase container (#20989) 1 year ago
kazuya-awano 45c89bd6de
feat: add pagenation to notion extractor (#20919) 1 year ago
NeatGuyCoding 61526c027d
[Bug] fix misusing ACCESS_TOKEN_EXPIRE_MINUTES in jwt on exp (#21030)
Co-authored-by: tech <cto@sb>
1 year ago
kurokobo 4689e8953e
fix: shorten connection timeout to pypi.org for deprecation check for weaviate client (#21131) 1 year ago
QuantumGhost b58a515f5b fix(api): fix variable type handling in `Start` node.
Fix the issue that `file` and `array[file]` variable in `Start` node are recognized as `object`
type.
1 year ago
W_OOD 0476937f55
fix(agent_node):Fix spelling errors. (#21094) 1 year ago
-LAN- 0dcacdf83d
feat: add a flask_context_manager. (#21061)
Signed-off-by: -LAN- <laipz8200@outlook.com>
1 year ago
QuantumGhost ea89d2a17c fix(api): fix the issue that draft var loader does not decode value properly.
Refactor the segment loading logic.
1 year ago
-LAN- 2440ac43b1
fix: Replace GenericProviderID with ToolProviderID (#21064)
Signed-off-by: -LAN- <laipz8200@outlook.com>
1 year ago
-LAN- 809a0ab6bf
chore: bump version to 1.4.3 (#21045)
Signed-off-by: -LAN- <laipz8200@outlook.com>
1 year ago
QuantumGhost 40dd9cdeca fix(api): clear all draft variables after importing dsl 1 year ago
yihong 909259da37
fix: delete some dead code using vulture (#20999)
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
1 year ago
Bowen Liang 366ddb05ae
test: run vdb test of oceanbase with docker compose in CI tests (#20945) 1 year ago
QuantumGhost a0d22c6041 fix(api): fix the issue that updating array[file] draft variable changing its type 1 year ago
QuantumGhost 7aed680953 feat(api): exclude the `loop_round` field while saving LOOP outputs 1 year ago
QuantumGhost 6bae477fc0 fix(api): retain the type of draft variable while updating its value 1 year ago
徐海兴 f6aa2498a3
document indexing not bound to a Session (#21015)
Co-authored-by: xuhaixing <xuhaixing@itiger.com>
1 year ago
QuantumGhost 7c7d8ec68a feat(api): preserve variable type while resetting draft variable 1 year ago
QuantumGhost 3ec390f6aa test(api): add tests for variable_factories
- add some tests for `build_segment`
- add tests for `build_segment_with_type`.
1 year ago
QuantumGhost 4a2d28049b feat(api): add a build_sgemtn_with_type function 1 year ago
QuantumGhost 658e344e14 test(api): add som test cases for build_segment 1 year ago
QuantumGhost e06de5d4aa refactor(api): move tests for variable factory to correspond location
Move those tests to test/unit_tests/core/variables, keep the structure
in consistent with package structure.
1 year ago
quicksand 3a628bc671
chore: app info add author_name (#20973) 1 year ago
sayThQ199 175571e740
fix(auth): Clear login rate limit after password reset (#20948) 1 year ago
QuantumGhost 1e9cd289c6 fix(api): save a dummy output variable for VariableAssigner nodes 1 year ago
-LAN- c05e47ebc0
refactor(sqlalchemy_workflow_execution_repository): Use the max funtion for getting next_sequence_number. (#20966) 1 year ago
QuantumGhost b41d0e1782 fix(api): fix the issue that variable assigner does not save user input into variable pool 1 year ago
QuantumGhost 719986f763 test(api): add tests for variable resetting logics 1 year ago
QuantumGhost a6efc8204a feat(api): adjust variable resetting logic 1 year ago