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-
|
b81745aed8
|
Merge remote-tracking branch 'origin/main' into feat/queue-based-graph-engine
|
2025-09-03 11:56:05 +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 |
QuantumGhost
|
e9e7d4f3cd
|
Merge branch 'feat/rag-2' into feat/workflow-draft-var-optimize
|
2025-08-31 15:17:23 +08:00 |
QuantumGhost
|
40faa9ce16
|
refactor(api): Inject db dependency to FileService
|
2025-08-31 13:44:38 +08:00 |
-LAN-
|
22ee318cf8
|
Merge remote-tracking branch 'origin/main' into feat/queue-based-graph-engine
|
2025-08-29 17:01:42 +08:00 |
kenwoodjw
|
e4383d6167
|
Chore: remove dupliacte logic in DatasetApi.get() (#24769)
Signed-off-by: kenwoodjw <blackxin55+@gmail.com>
|
2025-08-29 14:25:36 +08:00 |
-LAN-
|
dce4d0ff80
|
Merge remote-tracking branch 'origin/main' into feat/queue-based-graph-engine
|
2025-08-29 13:22:13 +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 |
jyong
|
90d72f5ddf
|
merge new graph engine
|
2025-08-27 17:46:46 +08:00 |
-LAN-
|
8c35663220
|
feat: queue-based graph engine
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2025-08-27 15:33:28 +08:00 |
Asuka Minato
|
2b91ba2411
|
example: limit current user usage (#24470)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2025-08-26 00:23:29 +08:00 |
-LAN-
|
b7466f8b65
|
feat: API docs for service api (#24425)
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2025-08-25 09:26:54 +08:00 |
Asuka Minato
|
18dce66443
|
try flask_restful -> flask_restx (#24310)
Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: -LAN- <laipz8200@outlook.com>
|
2025-08-24 13:45:47 +08:00 |
kenwoodjw
|
8a348bea21
|
fix child-chunk ownership validation (#24374)
Signed-off-by: kenwoodjw <blackxin55+@gmail.com>
|
2025-08-23 20:17:44 +08:00 |
Zhehao Peng
|
c0702aacac
|
Use typing.Literal to replace str places (#24099)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2025-08-18 21:34:13 +08:00 |
Yongtao Huang
|
bf2f03f911
|
Restructure the File errors in controller (#23801)
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-08-13 17:06:07 +08:00 |
lyzno1
|
2edd32fdea
|
fix: resolve AppCard description overlap with tag area (#23585)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2025-08-08 09:05:55 +08:00 |
Yongtao Huang
|
e072b7dafa
|
Chore: remove unused variable pruned_memory (#23514)
|
2025-08-07 09:06:17 +08:00 |
Yongtao Huang
|
146d870098
|
Fix: avoid Flask route conflict by merging `DocumentDetailApi` and `DocumentDeleteApi` (#23333)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2025-08-04 14:37:36 +08:00 |
lyzno1
|
0ea010d7ee
|
fix: metadata API nullable validation consistency issue (#23133)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2025-07-30 10:33:24 +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 |
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 |
cutiechi
|
47954aa284
|
feat(api): validate and reject external datasets in document update (#21783)
|
2025-07-03 14:50:53 +08:00 |
Ganondorf
|
55a6b330ec
|
Add get document detail service api (#21700)
Co-authored-by: lizb <lizb@sugon.com>
|
2025-06-30 22:13:56 +08:00 |
Khoa
|
a06af88b26
|
Feat/api validate model provider (#21582)
Co-authored-by: crazywoola <427733928@qq.com>
|
2025-06-27 09:59:44 +08:00 |
GuanMu
|
870e73c03b
|
Knowledge base API supports status updates #18147 (#18235)
|
2025-06-21 11:18:48 +08:00 |
Jyong
|
787a556bd7
|
add service api ratelimit check (#20878)
|
2025-06-18 14:05:28 +08:00 |
Abdullah AlOsaimi
|
ad8e79c440
|
assign dataset indexing_technique to args if not explicitly provided (#20597)
|
2025-06-05 09:47:57 +08:00 |
Abdullah AlOsaimi
|
006496f24e
|
raise error when process_rule is required but missing (#20599)
|
2025-06-04 14:19:35 +08:00 |
Novice
|
4ac3600f81
|
fix: update app tag error (#20618)
|
2025-06-04 13:55:00 +08:00 |
Ganondorf
|
51f64797cd
|
Add APIs for Knowledge Base Tag Management and Dataset Binding (#20023)
Co-authored-by: lizb <lizb@sugon.com>
|
2025-05-30 14:48:00 +08:00 |
Dongyu Li
|
1ea4459d9f
|
update knowledge base api (#20426)
|
2025-05-30 14:45:30 +08:00 |
-LAN-
|
3196dc2d61
|
refactor: Use typed SQLAlchemy base model and fix type errors (#19980)
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2025-05-21 15:38:03 +08:00 |
GuanMu
|
17b929124f
|
refactor: simplify success response in dataset API endpoints by returning status code 204 directly (#19685)
|
2025-05-14 18:44:35 +08:00 |
非法操作
|
b00f94df64
|
fix: replace all dataset.Model.query to db.session.query(Model) (#19509)
|
2025-05-12 13:52:33 +08:00 |
Bowen Liang
|
8537abfff8
|
chore: avoid repeated type ignore noqa by adding flask_restful and flask_login in mypy import exclusions (#19224)
|
2025-05-06 11:58:49 +08:00 |
devxing
|
136995d2a1
|
fix: change delete app status code from 204 to 200 (#18398)
Co-authored-by: devxing <devxing@gmail.com>
Co-authored-by: crazywoola <427733928@qq.com>
|
2025-04-27 12:12:46 +08:00 |
诗浓
|
4166f73d9d
|
fix: page/limit param not effective (#18196)
|
2025-04-16 17:26:47 +08:00 |
kenwoodjw
|
b247ef85bf
|
fix dataset api retrieval model null handling (#18151)
Signed-off-by: kenwoodjw <blackxin55+@gmail.com>
|
2025-04-16 15:50:06 +08:00 |
Jasonfish
|
1f722cde22
|
fix(api): Some params were ignored when creating empty Datasets through API (#17932)
|
2025-04-14 10:24:01 +08:00 |
Yongtao Huang
|
5d72003ebb
|
Remove dead code (#17899)
|
2025-04-11 20:33:52 +08:00 |
Jasonfish
|
fd443941a2
|
feat(improve-api-endpoints): Added Datasets and Annotation APIs (#12237)
|
2025-04-07 10:36:58 +08:00 |
Jyong
|
0bf816f2e8
|
fix duplicate documents returned by Get document list service API (#17351)
|
2025-04-02 21:39:28 +08:00 |
非法操作
|
44f911a0a8
|
chore: docstring not match the function parameter (#17162)
|
2025-03-31 13:19:15 +08:00 |
GuanMu
|
360986f38d
|
Feat add childchunk api (#16094)
|
2025-03-24 20:58:28 +08:00 |
L8ng
|
83cd14104d
|
feat: datasets openapi list segements support paged resp (#16603)
|
2025-03-24 14:27:31 +08:00 |
L8ng
|
727caccfc9
|
fix: knowledge base openapi cannot delete metadata (#16365)
|
2025-03-20 21:36:09 +08:00 |
Jyong
|
2c9af712a2
|
Fix/create document by api with metadata (#16307)
Co-authored-by: zxhlyh <jasonapring2015@outlook.com>
|
2025-03-20 14:33:32 +08:00 |