Frederick2313072
|
2042353526
|
fix:score threshold (#24897)
|
2 månader sedan |
wlleiiwang
|
9486715929
|
FEAT: Tencent Vector optimize BM25 initialization to reduce loading time (#24915)
Co-authored-by: wlleiiwang <wlleiiwang@tencent.com>
|
2 månader sedan |
湛露先生
|
64319c0d56
|
fix close session twice. (#24917)
Signed-off-by: zhanluxianshen <zhanluxianshen@163.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2 månader sedan |
jyong
|
826b9d5b21
|
add recommended rag plugin endpoint
|
2 månader sedan |
jyong
|
633de2cb47
|
add recommended rag plugin endpoint
|
2 månader sedan |
jyong
|
d94e03c72b
|
add recommended rag plugin endpoint
|
2 månader sedan |
耐小心
|
acd209a890
|
fix: prevent database connection leaks in chatflow mode by using Session-managed queries (#24656)
Co-authored-by: 王锶奇 <wangsiqi2@tal.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2 månader sedan |
QuantumGhost
|
89ec13ec67
|
fix(api): fix ToolNode._extract_variable_selector_to_variable_mapping
The original selector syntax does not match our current implementation
for injecting user inputs into VariablePool.
|
2 månader sedan |
jyong
|
1103130f81
|
add recommended rag plugin endpoint
|
2 månader sedan |
jyong
|
493dae239f
|
add recommended rag plugin endpoint
|
2 månader sedan |
QuantumGhost
|
eb7b21c7f1
|
Merge remote-tracking branch 'upstream/feat/rag-2' into feat/rag-2
|
2 månader sedan |
QuantumGhost
|
ad5a2c77c1
|
Merge remote-tracking branch 'upstream/feat/big-var-value-show-fe' into feat/rag-2
|
2 månader sedan |
ZalterCitty
|
bd482eb8ef
|
fix wrong filter handle for saved messages (#24891)
Co-authored-by: zhuqingchao <zhuqingchao@xiaomi.com>
|
2 månader sedan |
Frederick2313072
|
5b3cc560d5
|
fix:hard-coded top-k fallback issue. (#24879)
|
2 månader sedan |
Asuka Minato
|
d41d4deaac
|
example enum to StrEnum (#24877)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2 månader sedan |
Yongtao Huang
|
208ce4e774
|
CI: add TS indentation check via esLint (#24810)
|
2 månader sedan |
Tianyi Jing
|
414ee51975
|
fix: add missing form for boolean types (#24812)
Signed-off-by: jingfelix <jingfelix@outlook.com>
|
2 månader sedan |
QuantumGhost
|
acbf27eb65
|
chore(api): adjust migration order and date
|
2 månader sedan |
QuantumGhost
|
e2ae89e08d
|
fix(tests): fix broken tests and linter issues
|
2 månader sedan |
jyong
|
1676207776
|
add recommended rag plugin endpoint
|
2 månader sedan |
耐小心
|
d5a521eef2
|
fix: Fix database connection leak in EasyUIBasedGenerateTaskPipeline (#24815)
|
2 månader sedan |
jyong
|
8c780df8fd
|
Merge remote-tracking branch 'origin/feat/rag-2' into feat/rag-2
|
2 månader sedan |
jyong
|
7920714f49
|
add recommended rag plugin endpoint
|
2 månader sedan |
17hz
|
1b401063e8
|
chore: pnpx deprecation (#24868)
|
2 månader sedan |
木之本澪
|
60d9d0584a
|
refactor: migrate marketplace.py from requests to httpx (#24015)
|
2 månader sedan |
willzhao
|
ffba341258
|
[CHORE]: remove redundant-cast (#24807)
|
2 månader sedan |
17hz
|
f11131f8b5
|
fix: basepath did not read from the environment variable (#24870)
|
2 månader sedan |
-LAN-
|
8433cf4437
|
refactor(graph_engine): Merge event_collector and event_emitter into event_manager
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2 månader sedan |
-LAN-
|
bb5d52539c
|
refactor(graph_engine): Merge branch_handler into edge_processor
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2 månader sedan |
-LAN-
|
88622f70fb
|
refactor(graph_engine): Move setup methods into `__init__`
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2 månader sedan |
twwu
|
a41af6f322
|
refactor: update file upload and download handling for pipeline format
|
2 månader sedan |
zxhlyh
|
ce3eb0fcbb
|
fix: rag pipeline template
|
2 månader sedan |
NeatGuyCoding
|
2e6e414a9e
|
the conversion OAuthGrantType(parsed_args["grant_type"]) can raise ValueError for invalid values which is not caught and will produce a 500 (#24854)
|
2 månader sedan |
NeatGuyCoding
|
c45d676477
|
remove duplicated authorization header handling and bearer should be case-insensitive (#24852)
|
2 månader sedan |
Asuka Minato
|
b8d8dddd5a
|
example of decorator typing (#24857)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2 månader sedan |
NeatGuyCoding
|
c45c22b1b2
|
fix translation of all oauth.ts (#24855)
|
2 månader sedan |
Yongtao Huang
|
3d57a9ccdc
|
Fix never hit `(!code || code.length === 0)` (#24860)
|
2 månader sedan |
-LAN-
|
0fdb1b2bc9
|
refactor(graph_engine): Correct private attributes and private methods naming
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2 månader sedan |
-LAN-
|
a5cb9d2b73
|
refactor(graph_engine): inline output_registry into response_coordinator
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2 månader sedan |
-LAN-
|
64c1234724
|
refactor(graph_engine): Merge worker management into one WorkerPool
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2 månader sedan |
-LAN-
|
202fdfcb81
|
refactor(graph_engine): Remove backward compatibility code
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2 månader sedan |
-LAN-
|
e2f4c9ba8d
|
refactor(graph_engine): Merge state managers into unified_state_manager
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2 månader sedan |
-LAN-
|
546d75d84d
|
Merge remote-tracking branch 'origin/main' into feat/queue-based-graph-engine
|
2 månader sedan |
Asuka Minato
|
cb04c21141
|
model_config = ConfigDict(extra='allow') (#24859)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2 månader sedan |
17hz
|
f70272f638
|
refactor: replace clsx with classnames (#24776)
|
2 månader sedan |
lyzno1
|
b4b71ded47
|
chore: remove unused i18n keys (#24803)
|
2 månader sedan |
Asuka Minato
|
24e2b72b71
|
Update ast-grep pattern for session.query (#24828)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2 månader sedan |
17hz
|
529791ce62
|
fix: Variable Aggregator cannot select conversation variables (#24793)
|
2 månader sedan |
NeatGuyCoding
|
b66945b9b8
|
feat: add test containers based tests for api tool manage service (#24821)
|
2 månader sedan |
-LAN-
|
f3c5d77ad5
|
chore: remove duplicate Python style checks handled by autofix CI (#24833)
|
2 månader sedan |