ragflow/api/apps/sdk
jiasu 23522f1ea8
Fix: handle missing dataset_ids when creating chat assistant (#9324)
- Root cause: accessing req.get("dataset_ids") returns None when the key
is absent, causing KeyError.
- Fix: use req.get("dataset_ids", []) to default to empty list.
2025-08-11 17:17:20 +08:00
..
agent.py Feat: Add http api to create, update, or delete agents. (#7515) 2025-05-12 17:59:53 +08:00
chat.py Fix: handle missing dataset_ids when creating chat assistant (#9324) 2025-08-11 17:17:20 +08:00
dataset.py Fix:When deleting a knowledge base that is currently performing a parsing task, the parsing queue will not be deleted! (#9018) 2025-07-28 17:32:12 +08:00
dify_retrieval.py Fix: self-deployed LLM error, (#9217) 2025-08-05 09:49:47 +08:00
doc.py Feat: list documents supports range filtering (#9214) 2025-08-04 16:35:35 +08:00
files.py Feat: Add file management HTTP_API (#8395) 2025-07-01 09:51:53 +08:00
session.py Revert: revert token_required decorator of agent_bot completions and inputs (#9332) 2025-08-08 17:45:53 +08:00