ZeroZ_JQ
|
e146f1a08d
|
refactor: remove extra space in import statement for improved consistency
|
2025-03-18 19:05:29 +08:00 |
|
ZeroZ_JQ
|
b53888a79e
|
refactor: replace direct ChildChunk queries with SegmentService.get_child_chunk_by_id for improved code clarity and maintainability
|
2025-03-18 19:05:29 +08:00 |
|
ZeroZ_JQ
|
bfe5eb94c0
|
refactor: replace direct DocumentSegment queries with SegmentService.get_segment_by_id for improved code clarity and maintainability
|
2025-03-18 19:05:29 +08:00 |
|
ZeroZ_JQ
|
8203899907
|
refactor: implement update_segment_by_id method for segment updates with validation and checks
|
2025-03-18 19:05:29 +08:00 |
|
ZeroZ_JQ
|
f9bdc9917a
|
refactor: update SegmentApi to use new get_segments method for improved clarity and efficiency
|
2025-03-18 19:05:29 +08:00 |
|
ZeroZ_JQ
|
3c10b7ceca
|
refactor: reorder import statements in segment.py for improved clarity
|
2025-03-18 19:05:29 +08:00 |
|
ZeroZ_JQ
|
2a418f618e
|
refactor: rename and reorganize child chunk API classes for clarity and consistency
|
2025-03-18 19:05:29 +08:00 |
|
ZeroZ_JQ
|
fd785a40b5
|
refactor: reorder imports in segment.py for improved readability
|
2025-03-18 15:09:13 +08:00 |
|
ZeroZ_JQ
|
9b522bd820
|
feat(api): add child chunk management endpoints for segments in dataset API
|
2025-03-18 13:51:19 +08:00 |
|
Bowen Liang
|
166221d784
|
chore(lint): fix quotes for f-string formatting by bumping ruff to 0.9.x (#12702)
|
2025-01-21 10:12:29 +08:00 |
|
Jyong
|
9231fdbf4c
|
Feat/support parent child chunk (#12092)
|
2024-12-25 19:49:07 +08:00 |
|
yihong
|
56e15d09a9
|
feat: mypy for all type check (#10921)
|
2024-12-24 18:38:51 +08:00 |
|
Nam Vu
|
2d7954c7da
|
Fix variable typo (#8084)
|
2024-09-08 13:14:11 +08:00 |
|
Jyong
|
15791510c8
|
fix wrong error message (#7972)
|
2024-09-04 16:46:41 +08:00 |
|
Jyong
|
1a5116cba0
|
Fix/segment create with api (#7928)
|
2024-09-03 18:14:47 +08:00 |
|
-LAN-
|
13be84e4d4
|
chore(api/controllers): Apply Ruff Formatter. (#7645)
|
2024-08-26 15:29:10 +08:00 |
|
crazywoola
|
4d4af00399
|
fix: keywords (#7357)
|
2024-08-16 20:43:55 +08:00 |
|
Jyong
|
e12a0c154c
|
add segment function billing check for SAAS env (#3082)
Co-authored-by: jyong <jyong@dify.ai>
|
2024-04-02 17:55:49 +08:00 |
|
wangkehan
|
c7d003d551
|
fix: Upgrade duckduckgo-search to version 5.1.0 & update document segment api parameter error (#2938)
|
2024-03-22 19:18:01 +08:00 |
|
crazywoola
|
3c91f9b5ab
|
fix: dataset segements api (#2766)
|
2024-03-11 09:26:15 +08:00 |
|
Bowen Liang
|
14a19a3da9
|
chore: apply ruff's pyflakes linter rules (#2420)
|
2024-02-08 14:11:10 +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 |
|
Charlie.Wei
|
9e7efa45d4
|
document segmentApi Add get&update&delete operate (#1285)
Co-authored-by: luowei <glpat-EjySCyNjWiLqAED-YmwM>
|
2023-10-10 13:27:06 +08:00 |
|
Jyong
|
46154c6705
|
Feat/dataset service api (#1245)
Co-authored-by: jyong <jyong@dify.ai>
Co-authored-by: StyleZhang <jasonapring2015@outlook.com>
|
2023-09-27 16:06:32 +08:00 |
|