dify/api/core/datasource
2026-04-14 03:02:39 +00:00
..
__base test: add test for api core datasource (#32414) 2026-03-11 03:12:46 +08:00
entities refactor: replace bare dict with dict[str, Any] in entities, workflow nodes, and tasks (#35109) 2026-04-14 03:02:39 +00:00
local_file
online_document refactor: replace request.args.get with Pydantic BaseModel validation (#31104) 2026-01-27 10:48:42 +08:00
online_drive
utils fix(api): replace assert isinstance with proper runtime type checks in message transformers (#34865) 2026-04-10 03:19:52 +00:00
website_crawl
__init__.py
datasource_file_manager.py refactor: core/app pipeline, core/datasource, and core/indexing_runner (#34359) 2026-04-01 02:20:56 +00:00
datasource_manager.py refactor: migrate session.query to select API in core misc modules (#34608) 2026-04-07 04:08:34 +00:00
errors.py