Logo
Explore Help
Register Sign In
yujunjun/ragflow
1
0
Fork 0
You've already forked ragflow
mirror of https://github.com/infiniflow/ragflow.git synced 2025-11-24 14:07:04 +00:00
Code Issues Packages Projects Releases Wiki Activity
ragflow/api/apps/sdk
History
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
Powered by Gitea Version: 1.23.5 Page: 145ms Template: 31ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API