QuantumGhost
|
5077f8b299
|
fix(api): fix format, replace .filter with .where
|
2025-09-17 22:55:13 +08:00 |
QuantumGhost
|
eefcd3ecc4
|
chore(api): apply autofix manully
|
2025-09-17 22:34:21 +08:00 |
jyong
|
1c6e57d3df
|
dev/reformat
|
2025-09-16 16:41:50 +08:00 |
QuantumGhost
|
dd34002db2
|
Merge remote-tracking branch 'upstream/main' into feat/rag-2
|
2025-09-16 14:59:35 +08:00 |
-LAN-
|
bab4975809
|
chore: add ast-grep rule to convert Optional[T] to T | None (#25560)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2025-09-15 13:06:33 +08:00 |
Ritoban Dutta
|
67a686cf98
|
[Chore/Refactor] use __all__ to specify export member. (#25681)
|
2025-09-15 09:45:35 +08:00 |
Krito.
|
a13d7987e0
|
chore: adopt StrEnum and auto() for some string-typed enums (#25129)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
|
2025-09-12 21:14:26 +08:00 |
-LAN-
|
23cd615489
|
Merge branch 'feat/queue-based-graph-engine' into feat/rag-2
|
2025-09-08 14:30:43 +08:00 |
-LAN-
|
9b8a03b53b
|
[Chore/Refactor] Improve type annotations in models module (#25281)
Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
|
2025-09-08 09:42:27 +08:00 |
Asuka Minato
|
a78339a040
|
remove bare list, dict, Sequence, None, Any (#25058)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: -LAN- <laipz8200@outlook.com>
|
2025-09-06 03:32:23 +08:00 |
Yoshio Sugiyama
|
4966e4e1fb
|
fix: Remove invalid key from firecrawl request payload. (#25190)
Signed-off-by: SUGIYAMA Yoshio <nenegi.01mo@gmail.com>
|
2025-09-05 10:10:56 +08:00 |
jyong
|
d4aed3df5c
|
Merge branch 'feat/queue-based-graph-engine' into feat/rag-2
# Conflicts:
# api/core/memory/token_buffer_memory.py
# api/core/rag/extractor/notion_extractor.py
# api/core/repositories/sqlalchemy_workflow_node_execution_repository.py
# api/core/variables/variables.py
# api/core/workflow/graph/graph.py
# api/core/workflow/graph_engine/entities/event.py
# api/services/dataset_service.py
# web/app/components/app-sidebar/index.tsx
# web/app/components/base/tag-management/selector.tsx
# web/app/components/base/toast/index.tsx
# web/app/components/datasets/create/website/index.tsx
# web/app/components/datasets/create/website/jina-reader/base/options-wrap.tsx
# web/app/components/workflow/header/version-history-button.tsx
# web/app/components/workflow/hooks/use-inspect-vars-crud-common.ts
# web/app/components/workflow/hooks/use-workflow-interactions.ts
# web/app/components/workflow/panel/version-history-panel/index.tsx
# web/service/base.ts
|
2025-09-03 15:01:06 +08:00 |
-LAN-
|
9d5956cef8
|
[Chore/Refactor] Switch from MyPy to Basedpyright for type checking (#25047)
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2025-09-03 11:52:26 +08:00 |
湛露先生
|
1fff4620e6
|
clean console apis and rag cleans. (#25042)
Signed-off-by: zhanluxianshen <zhanluxianshen@163.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2025-09-03 11:25:18 +08:00 |
Yongtao Huang
|
bc9efa7ea8
|
Refactor: use DatasourceType.XX.value instead of hardcoded (#25015)
Signed-off-by: Yongtao Huang <yongtaoh2022@gmail.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2025-09-03 08:56:48 +08:00 |
Yongtao Huang
|
be3af1e234
|
Migrate SQLAlchemy from 1.x to 2.0 with automated and manual adjustments (#23224)
Co-authored-by: Yongtao Huang <99629139+hyongtao-db@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2025-09-02 10:30:19 +08:00 |
willzhao
|
ffba341258
|
[CHORE]: remove redundant-cast (#24807)
|
2025-09-01 14:05:32 +08:00 |
jyong
|
d0dd728e6c
|
Merge branch 'main' into feat/rag-2
# Conflicts:
# api/core/app/entities/queue_entities.py
# api/core/workflow/graph_engine/entities/event.py
|
2025-08-29 11:29:51 +08:00 |
Bowen Liang
|
39064197da
|
chore: cleanup unnecessary mypy suppressions on imports (#24712)
|
2025-08-28 23:17:25 +08:00 |
Asuka Minato
|
d2f234757b
|
example try rm ignore (#24649)
|
2025-08-28 09:36:16 +08:00 |
twwu
|
85fd97e090
|
Merge branch 'main' into feat/rag-2
|
2025-08-25 15:30:18 +08:00 |
-LAN-
|
da9af7b547
|
[Chore/Refactor] Use centralized naive_utc_now for UTC datetime operations (#24352)
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2025-08-22 23:53:05 +08:00 |
Asuka Minato
|
51cc2bf429
|
example of next(, None) (#24345)
|
2025-08-22 18:32:22 +08:00 |
twwu
|
8c44151e6f
|
Merge branch 'main' into feat/rag-2
|
2025-08-22 17:40:34 +08:00 |
willzhao
|
5ab6bc283c
|
[CHORE]: x: T = None to x: Optional[T] = None (#24217)
|
2025-08-21 21:58:39 +08:00 |
Guangdong Liu
|
1abf1240b2
|
refactor: replace try-except blocks with contextlib.suppress for cleaner exception handling (#24284)
|
2025-08-21 18:18:49 +08:00 |
jyong
|
ae3addb922
|
add credential id
|
2025-08-12 15:43:11 +08:00 |
Harry
|
543f80ad5d
|
refactor: replace get_real_credential_by_id with get_datasource_credentials in multiple services for consistency
|
2025-08-11 20:04:04 +08:00 |
twwu
|
fc779d00df
|
Merge branch 'main' into feat/rag-2
|
2025-08-11 11:15:58 +08:00 |
湛露先生
|
fd536a943a
|
word extractor cleans. (#20926)
Signed-off-by: zhanluxianshen <zhanluxianshen@163.com>
|
2025-08-08 09:37:51 +08:00 |
jyong
|
79f30daf03
|
transform document
|
2025-08-01 13:59:11 +08:00 |
jyong
|
82819af55c
|
transform document
|
2025-07-31 15:59:30 +08:00 |
jyong
|
a7a4c8228e
|
Merge branch 'main' into feat/rag-2
# Conflicts:
# web/app/components/workflow/hooks/use-workflow.ts
|
2025-07-31 10:30:28 +08:00 |
Aurelius Huang
|
ffddabde43
|
feat(notion): Notion Database extracts Rows content `in row order` and appends `Row Page URL` (#22646)
Co-authored-by: Aurelius Huang <cm.huang@aftership.com>
|
2025-07-30 21:35:20 +08:00 |
zxhlyh
|
a996c1d90c
|
merge main
|
2025-07-29 15:45:01 +08:00 |
jyong
|
e89398f415
|
add old auth transform
|
2025-07-29 14:13:50 +08:00 |
jyong
|
657e813c7f
|
add old auth transform
|
2025-07-28 19:29:36 +08:00 |
jyong
|
829e6f0d1a
|
add old auth transform
|
2025-07-28 19:29:07 +08:00 |
Asuka Minato
|
ef51678c73
|
orm filter -> where (#22801)
Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: Claude <noreply@anthropic.com>
|
2025-07-24 00:57:45 +08:00 |
Asuka Minato
|
6d3e198c3c
|
Mapped column (#22644)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-07-23 00:39:59 +08:00 |
helojo
|
e7d80bf7bf
|
Fix: the pict type picture was not processed in the docx (#19305)
Co-authored-by: zqgame <zqgame@zqgame.local>
|
2025-07-17 22:53:35 +08:00 |
yihong
|
d2933c2bfe
|
fix: drop dead code phase2 unused class (#22042)
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
|
2025-07-17 09:33:07 +08:00 |
baonudesifeizhai
|
1c7404099d
|
fix: prevent timeout in file encoding detection for large files (#21453)
Co-authored-by: crazywoola <427733928@qq.com>
|
2025-07-03 17:06:49 +08:00 |
Jin
|
3e7f8bad56
|
fix: markdown_extractor lost chunks if it starts without a header(#21308) (#21309)
|
2025-06-21 23:10:00 +08:00 |
Ademílson Tonato
|
9e73e8b9e8
|
feat: add search endpoint for Firecrawl Integration (#20521)
Co-authored-by: crazywoola <427733928@qq.com>
|
2025-06-18 14:37:03 +08:00 |
kazuya-awano
|
45c89bd6de
|
feat: add pagenation to notion extractor (#20919)
|
2025-06-18 11:30:55 +08:00 |
-LAN-
|
482e50aae9
|
Refactor/remove db from cycle manager (#20455)
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2025-05-30 04:34:13 +08:00 |
Amir Mohsen Asaran
|
c9ee60e197
|
Feat(WaterCrawl error handling): add custom exceptions and error handling (#19948)
|
2025-05-20 10:25:16 +08:00 |
-LAN-
|
4977bb21ec
|
feat(workflow): domain model for workflow node execution (#19430)
Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-05-17 00:56:16 +08:00 |
非法操作
|
085bd1aa93
|
chore: model.query change to db.session.query (#19551)
Co-authored-by: QuantumGhost <obelisk.reg+git@gmail.com>
|
2025-05-13 09:13:12 +08:00 |