dify/api/core/rag
-LAN- df8f762159
Rename user_from to creator_user_role for better readability. (vibe-kanban 224d800e)
in api/core/rag/retrieval/dataset\_retrieval.py#L763 we pass a user\_from to created\_by\_role. In this way, we should use the UserFrom enum, but in fact, we should use CreatorUserRole here. So this is a naming mistake for the parameter, and we should change all the upstream parameter names to the correct values along its propagation path.
2026-01-09 16:23:42 +08:00
..
cleaner fix: [xxx](xxx) render as xxx](xxx) (#30392) 2025-12-31 10:30:15 +08:00
data_post_processor Feat/support multimodal embedding (#29115) 2025-12-09 14:41:46 +08:00
datasource chore: use from __future__ import annotations (#30254) 2026-01-06 23:57:20 +09:00
docstore chore: use from __future__ import annotations (#30254) 2026-01-06 23:57:20 +09:00
embedding Feat/support multimodal embedding (#29115) 2025-12-09 14:41:46 +08:00
entities Feat/support multimodal embedding (#29115) 2025-12-09 14:41:46 +08:00
extractor fix: correct docx hyperlink extraction (#30360) 2026-01-06 11:24:26 +08:00
index_processor chore: Translate stray Chinese comment to English (#30024) 2025-12-23 14:05:21 +08:00
models Feat/support multimodal embedding (#29115) 2025-12-09 14:41:46 +08:00
pipeline chore: use from __future__ import annotations (#30254) 2026-01-06 23:57:20 +09:00
rerank Feat/support multimodal embedding (#29115) 2025-12-09 14:41:46 +08:00
retrieval Rename user_from to creator_user_role for better readability. (vibe-kanban 224d800e) 2026-01-09 16:23:42 +08:00
splitter fix 29184 (#29188) 2025-12-18 17:11:52 +08:00
__init__.py Feat/dify rag (#2528) 2024-02-22 23:31:57 +08:00