ragflow/api/apps
qinling0210 49386bc1b5
Implement UpdateDataset and UpdateMetadata in GO (#13928)
### What problem does this PR solve?

Implement UpdateDataset and UpdateMetadata in GO

Add cli:
UPDATE CHUNK <chunk_id> OF DATASET <dataset_name> SET <update_fields>
REMOVE TAGS 'tag1', 'tag2' from DATASET 'dataset_name';
SET METADATA OF DOCUMENT <doc_id> TO <meta>


### Type of change

- [ ] Refactoring
2026-04-07 09:44:51 +08:00
..
auth Refa: make RAGFlow more asynchronous (#11601) 2025-12-01 14:24:06 +08:00
restful_apis Refa: Chat conversations /convsersation API to RESTFul (#13893) 2026-04-02 20:49:23 +08:00
sdk Refa: Chat conversations /convsersation API to RESTFul (#13893) 2026-04-02 20:49:23 +08:00
services Feat: Refact pipeline (#13826) 2026-04-03 19:26:45 +08:00
__init__.py Implement UpdateDataset and UpdateMetadata in GO (#13928) 2026-04-07 09:44:51 +08:00
api_app.py Refa: make RAGFlow more asynchronous (#11601) 2025-12-01 14:24:06 +08:00
canvas_app.py Feat: Refact pipeline (#13826) 2026-04-03 19:26:45 +08:00
chunk_app.py feat: support reading tags via API (#12891) (#13732) 2026-03-29 20:17:01 +08:00
connector_app.py Feat: optimize gmail/google-drive (#13230) 2026-02-26 19:19:40 +08:00
document_app.py Refa: files /file API to RESTFul style (#13741) 2026-03-24 19:24:41 +08:00
evaluation_app.py Feat: RAG evaluation (#11674) 2025-12-03 17:00:58 +08:00
file2document_app.py Fix: /file2document/convert blocks event loop on large folders causing 504 timeout (#13784) 2026-03-26 16:45:10 +08:00
file_app.py Refa: files /file API to RESTFul style (#13741) 2026-03-24 19:24:41 +08:00
kb_app.py Refactor: dataset / kb API to RESTFul style (#13690) 2026-03-19 14:41:36 +08:00
langfuse_app.py Refa: cleanup synchronous functions in chat_model and implement synchronization for conversation and dialog chats (#11779) 2025-12-08 09:43:03 +08:00
llm_app.py Feat/tenant model (#13072) 2026-03-05 17:27:17 +08:00
mcp_server_app.py Refa: asyncio.to_thread to ThreadPoolExecutor to break thread limitat… (#12716) 2026-01-20 13:29:37 +08:00
plugin_app.py Refa: Clean the folders. (#12890) 2026-01-29 14:23:26 +08:00
system_app.py feat: add dynamic log level adjustment APIs (#13850) 2026-03-30 18:40:58 +08:00
tenant_app.py Feat: Add box connector (#11845) 2025-12-12 10:23:40 +08:00
user_app.py Refa: convert download_img to async (#13477) 2026-03-09 19:00:17 +08:00