jyong
|
d4b0f79c66
|
fix document could be None
|
2025-03-14 16:57:41 +08:00 |
|
jyong
|
361365c74e
|
Merge branch 'main' into feat/support-knowledge-metadata
# Conflicts:
# api/core/rag/datasource/vdb/pgvector/pgvector.py
# api/core/rag/retrieval/dataset_retrieval.py
# api/core/workflow/nodes/knowledge_retrieval/knowledge_retrieval_node.py
# api/models/dataset.py
# api/poetry.lock
# api/services/tag_service.py
|
2025-03-14 16:51:59 +08:00 |
|
sho-takano-dev
|
7c27d4b202
|
feat: add Http Request Node to skip ssl verify function #15177 (#15664)
|
2025-03-14 10:05:37 +08:00 |
|
RookieAgent
|
8165d0b469
|
fix: http_request node form-data support array[file] (#15731)
|
2025-03-14 09:58:18 +08:00 |
|
jyong
|
88733f8591
|
knowledge retrival with metadata
|
2025-03-13 17:18:30 +08:00 |
|
-LAN-
|
49c952a631
|
fix: streamline file upload configuration handling in manager.py (#15714)
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2025-03-13 16:32:49 +08:00 |
|
Yuichiro Utsumi
|
5f9d236d22
|
Feat: Add pg_bigm for keyword search in pgvector (#13876)
Signed-off-by: Yuichiro Utsumi <utsumi.yuichiro@fujitsu.com>
|
2025-03-13 16:32:34 +08:00 |
|
zhangyuhang
|
59f5a82261
|
fix: Resolve errors in SQL queries caused by SELECT fields not appearing in the GROUP BY clause. (#15659)
Co-authored-by: yuhang2.zhang <yuhang2.zhang@ly.com>
|
2025-03-13 16:06:42 +08:00 |
|
Jyong
|
a8e8c37fdd
|
improve text split (#15719)
|
2025-03-13 15:29:33 +08:00 |
|
Arcaner
|
12fa517297
|
fix: if-else-node handles missing optional file variables (#15693)
|
2025-03-13 13:11:49 +08:00 |
|
Fei He
|
36ae0e5476
|
fix: set score_threshold only when score_threshold_enabled is true. (#14221)
|
2025-03-12 20:55:57 +08:00 |
|
jyong
|
a8c03bfb5b
|
fix metadata name exist in built-in field
|
2025-03-12 19:01:20 +08:00 |
|
Jyong
|
d37490adc3
|
fix dataset reranking mode miss (#15643)
|
2025-03-12 18:44:10 +08:00 |
|
kenwoodjw
|
087bb60b31
|
fix: preserve Unicode characters in keyword search queries (#15522)
Signed-off-by: kenwoodjw <blackxin55+@gmail.com>
|
2025-03-12 18:34:42 +08:00 |
|
非法操作
|
5019547d33
|
fix: can not test custom tool (#15606)
|
2025-03-12 16:34:56 +08:00 |
|
Joe
|
58f012f3de
|
fix: no attribute error (#15597)
|
2025-03-12 15:27:42 +08:00 |
|
Yeuoly
|
2b1facc7a6
|
fix: set marketplace feature to false in feature_service.py (#15578)
|
2025-03-12 14:13:41 +08:00 |
|
jiangbo721
|
0415cc209d
|
chore: use TenantAccountRole instead of TenantAccountJoinRole (#15514)
Co-authored-by: 刘江波 <jiangbo721@163.com>
|
2025-03-12 12:56:30 +08:00 |
|
Joe
|
545e5cbcd6
|
fix: dataset editor (#15218)
|
2025-03-12 12:51:00 +08:00 |
|
Mars
|
1fab02c25a
|
fix:message api doc (#15568)
Co-authored-by: mars <linjx2@by-health.com>
|
2025-03-12 12:38:23 +08:00 |
|
crazywoola
|
258736f505
|
chore: remove unused parameter (#15558)
|
2025-03-12 12:09:39 +08:00 |
|
jiangbo721
|
037f200527
|
fix: invoke_error is not callable (#15555)
Co-authored-by: 刘江波 <jiangbo721@163.com>
|
2025-03-12 10:58:44 +08:00 |
|
yihong
|
c960b364c9
|
chore: update opendal version (#14343)
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: -LAN- <laipz8200@outlook.com>
|
2025-03-11 20:44:09 +08:00 |
|
Novice
|
b817036343
|
fix: nesting of conditional branches causing streaming output error (#14065)
|
2025-03-11 20:30:03 +08:00 |
|
jyong
|
f5632fa678
|
source name display
|
2025-03-11 18:53:14 +08:00 |
|
-LAN-
|
46036e6ce6
|
fix: update version to 1.0.1 in configuration and Docker files (#15478)
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2025-03-11 18:50:42 +08:00 |
|
Jyong
|
1ffda0dd34
|
fix notion page display (#15508)
|
2025-03-11 18:40:02 +08:00 |
|
Jyong
|
da01b460fe
|
support workspace billing info (#15510)
|
2025-03-11 18:38:23 +08:00 |
|
jyong
|
c05abe2448
|
fix text split
|
2025-03-11 18:31:30 +08:00 |
|
Yeuoly
|
a6bc642721
|
refactor: optimize provider configuration queries with provider name … (#15491)
|
2025-03-11 17:09:51 +08:00 |
|
jyong
|
e90642d624
|
fix text split
|
2025-03-11 16:53:32 +08:00 |
|
Lick-liu
|
41bf8d925f
|
fix:To fix the issue of missing reference to body parameter (#15443)
Co-authored-by: crazywoola <427733928@qq.com>
|
2025-03-11 16:16:53 +08:00 |
|
Yu Chun Chang
|
6d172498d1
|
Update the provider_id validation to fix the error message displayed … (#15466)
Co-authored-by: Kyle Chang <kylechang@91app.com>
|
2025-03-11 16:11:24 +08:00 |
|
jyong
|
e2e1a7add0
|
fix text split
|
2025-03-11 15:34:13 +08:00 |
|
jyong
|
fd499a5518
|
fix text split
|
2025-03-11 15:12:02 +08:00 |
|
-LAN-
|
cad58658c2
|
fix: simplify S3 client configuration by removing redundant checksum settings (#15474)
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2025-03-11 14:50:03 +08:00 |
|
heyszt
|
a58b990855
|
fix agent_execution_metadata (#15444)
|
2025-03-11 14:35:08 +08:00 |
|
Jacky Wu
|
ed5596a8f4
|
fix: avoid llm node result var not init issue while do retry. (#14286)
|
2025-03-11 12:43:24 +08:00 |
|
Jyong
|
a1ab4aec3d
|
fix db migration (#15422)
|
2025-03-11 00:24:57 +08:00 |
|
Jyong
|
f77f7e1437
|
fix text split (#15426)
|
2025-03-11 00:24:27 +08:00 |
|
kenwoodjw
|
adda049265
|
fix kb permission (#15199)
Signed-off-by: kenwoodjw <blackxin55@gmail.com>
Signed-off-by: kenwoodjw <blackxin55+@gmail.com>
|
2025-03-10 23:47:45 +08:00 |
|
Jyong
|
9b2a9260ef
|
Feat/new saas billing (#14996)
|
2025-03-10 19:50:11 +08:00 |
|
jyong
|
7a8f4bef16
|
fix metadata
|
2025-03-10 19:31:53 +08:00 |
|
jyong
|
0d2f7dd688
|
fix metadata
|
2025-03-10 19:30:22 +08:00 |
|
Joe
|
c8cc31af88
|
fix: app trace permission (#15397)
|
2025-03-10 18:45:25 +08:00 |
|
jyong
|
958081108a
|
fix metadata
|
2025-03-10 16:42:43 +08:00 |
|
jyong
|
778c246c68
|
fix metadata
|
2025-03-10 16:25:38 +08:00 |
|
jyong
|
07e3805da7
|
fix metadata
|
2025-03-10 15:32:46 +08:00 |
|
jyong
|
d30e16c4c3
|
fix metadata
|
2025-03-10 15:06:53 +08:00 |
|
KVOJJJin
|
78d460a6d1
|
Feat: time period filter for workflow logs (#14271)
Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: -LAN- <laipz8200@outlook.com>
|
2025-03-10 14:02:58 +08:00 |
|