jyong
|
efce1b04e0
|
fix style check
|
2025-09-17 22:34:11 +08:00 |
jyong
|
0ec037b803
|
dev/reformat
|
2025-09-16 16:08:04 +08:00 |
jyong
|
2f1c47406c
|
Merge branch 'feat/rag-2' into feat/add-dataset-service-api-enable
# Conflicts:
# api/controllers/console/datasets/datasets.py
# api/controllers/service_api/wraps.py
# api/services/dataset_service.py
|
2025-09-16 15:21:23 +08:00 |
QuantumGhost
|
dd34002db2
|
Merge remote-tracking branch 'upstream/main' into feat/rag-2
|
2025-09-16 14:59:35 +08:00 |
jyong
|
8346506978
|
fix document retry
|
2025-09-16 14:14:09 +08:00 |
-LAN-
|
08dd3f7b50
|
Fix basedpyright type errors (#25435)
Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2025-09-10 01:54:26 +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 |
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 |
jyong
|
90d72f5ddf
|
merge new graph engine
|
2025-08-27 17:46:46 +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 |
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 |
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 |
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 |
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 |
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 |
-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 |
Jasonfish
|
1f722cde22
|
fix(api): Some params were ignored when creating empty Datasets through API (#17932)
|
2025-04-14 10:24:01 +08:00 |
Jyong
|
0bf816f2e8
|
fix duplicate documents returned by Get document list service API (#17351)
|
2025-04-02 21:39:28 +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 |
L8ng
|
b15ff4eb8c
|
fix: datasets documents update-by-file api missing assign field 'indexing_technique' internally (#14243)
|
2025-02-24 20:14:36 +08:00 |
aplio
|
1b6fd9dfe8
|
fix: set indexing technique from dataset during update-by-text (#13155)
|
2025-02-03 11:06:03 +08:00 |
aplio
|
d73d191f99
|
feature. add feat to modify metadata via dataset api (#13116)
|
2025-02-02 15:27:12 +08:00 |
Sean Sun
|
f71af7c2a8
|
fix: DocumentAddByFileApi miss data_source_type field but there is a mandatory value check (#12273)
|
2025-01-02 14:24:15 +08:00 |
-LAN-
|
be7877f526
|
fix: enhance file upload error handling and update base error class (#12132)
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2024-12-26 23:31:29 +08:00 |
Jyong
|
84ac004772
|
py lint (#12102)
Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: -LAN- <laipz8200@outlook.com>
|
2024-12-26 00:16:35 +08:00 |
yihong
|
56e15d09a9
|
feat: mypy for all type check (#10921)
|
2024-12-24 18:38:51 +08:00 |
-LAN-
|
9ac2bb30f4
|
Feat/add-remote-file-upload-api (#9906)
|
2024-11-01 15:51:22 +08:00 |
Jyong
|
ce260f79d2
|
Feat/update knowledge api url (#10102)
Co-authored-by: nite-knite <nkCoding@gmail.com>
|
2024-10-31 18:29:12 +08:00 |
Jyong
|
e74479717a
|
fix update_by_api batch field issue (#10001)
|
2024-10-30 11:17:46 +08:00 |
-LAN-
|
13be84e4d4
|
chore(api/controllers): Apply Ruff Formatter. (#7645)
|
2024-08-26 15:29:10 +08:00 |
sqj8899
|
0a56c522eb
|
get dict key indexing_technique in DocumentAddByFileApi (#3615)
Co-authored-by: songqijun <songqijun@qipeng.com>
|
2024-04-19 09:37:11 +08:00 |
Garfield Dai
|
8e66b96221
|
Feat: Add documents limitation (#2662)
|
2024-03-03 12:45:06 +08:00 |
Bowen Liang
|
65a02f7d32
|
chore: apply F811 linter rule to eliminate redefined imports and methods (#2412)
|
2024-02-07 16:28:45 +08:00 |
Bowen Liang
|
843280f82b
|
enhancement: introduce Ruff for Python linter for reordering and removing unused imports with automated pre-commit and sytle check (#2366)
|
2024-02-06 13:21:13 +08:00 |
Bowen Liang
|
cc9e74123c
|
improve: introduce isort for linting Python imports (#1983)
|
2024-01-12 12:34:01 +08:00 |
takatost
|
d069c668f8
|
Model Runtime (#1858)
Co-authored-by: StyleZhang <jasonapring2015@outlook.com>
Co-authored-by: Garfield Dai <dai.hai@foxmail.com>
Co-authored-by: chenhe <guchenhe@gmail.com>
Co-authored-by: jyong <jyong@dify.ai>
Co-authored-by: Joel <iamjoel007@gmail.com>
Co-authored-by: Yeuoly <admin@srmxy.cn>
|
2024-01-02 23:42:00 +08:00 |
Garfield Dai
|
7b8a10f3ea
|
feat: billing enhancement 20231204 (#1691)
Co-authored-by: jyong <jyong@dify.ai>
|
2023-12-05 16:53:55 +08:00 |
Jyong
|
4588831bff
|
Feat/add retriever rerank (#1560)
Co-authored-by: jyong <jyong@dify.ai>
|
2023-11-17 22:13:37 +08:00 |