ragflow/api
天海蒼灆 9938a4cbb6
Feat: Allow update conversation parameters and persist to database in completion (#8039)
### What problem does this PR solve?

This PR updates the completion function to allow parameter updates when
a session_id exists. It also ensures changes are saved back to the
database via API4ConversationService.

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
2025-06-04 14:39:04 +08:00
..
apps Fix: /v1/conversation/completion KeyError: 'conversation_id' (#8037) 2025-06-04 10:18:14 +08:00
db Feat: Allow update conversation parameters and persist to database in completion (#8039) 2025-06-04 14:39:04 +08:00
utils Refa: HTTP API list datasets / test cases / docs (#7720) 2025-05-20 09:58:26 +08:00
__init__.py Update comments (#4569) 2025-01-21 20:52:28 +08:00
constants.py Update upload filename length limit from 128 to 256, which is aligned with os (#7971) 2025-05-30 14:25:59 +08:00
ragflow_server.py Fix: Prevent Flask hot reload from hanging due to early thread startup (#7966) 2025-05-30 13:38:30 +08:00
settings.py Feat: change default models (#7777) 2025-05-23 18:21:25 +08:00
validation.py Fix errors detected by Ruff (#3918) 2024-12-08 14:21:12 +08:00
versions.py Fix VERSION 2024-12-07 16:56:34 +08:00