ragflow/api
Mohammed Tawileh 95d21e5d9f
fix: standardize property name from 'chat' to 'chat_id' (#3383)
### What problem does this PR solve?

This PR addresses the inconsistency in property naming within the
codebase by renaming the 'chat' property to 'chat_id' in the session.py
file. This change aims to align the naming convention with other parts
of the application that refer to chat identifiers as 'chat_id', thereby
improving code clarity and maintainability.

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
2024-11-14 15:49:03 +08:00
..
apps fix: standardize property name from 'chat' to 'chat_id' (#3383) 2024-11-14 15:49:03 +08:00
db fix bug about fetching knowledge graph (#3394) 2024-11-14 12:29:15 +08:00
utils Rework logging (#3358) 2024-11-12 17:35:13 +08:00
__init__.py
constants.py Fix typo (#3319) 2024-11-11 09:36:39 +08:00
ragflow_server.py Add enviroment validation at server startup phase (#3388) 2024-11-14 11:01:08 +08:00
settings.py Added doc for switching elasticsearch to infinity (#3370) 2024-11-14 00:08:55 +08:00
validation.py resolve halt while starting up (#3397) 2024-11-14 13:20:17 +08:00
versions.py Fix docker file bugs (#2662) 2024-09-29 18:24:24 +08:00