ragflow/sdk/python/ragflow_sdk/modules
Mathias Panzenböck a374816fb2
Don't use ',' (U+FF0C) but ', ' (U+2C U+20) (#8063)
The Unicode codepoint ',' (U+FF0C) is meant to be used in Chinese text,
but this is English text. It looks like a comma followed by a space, but
isn't. Of course I didn't change actual Chinese text.

### What problem does this PR solve?

Mixup of Unicode characters. This is probably unnoticed by most users,
but I wonder if screen readers would read it out differently or if LLMs
would trip up on it.

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
- [ ] New Feature (non-breaking change which adds functionality)
- [x] Documentation Update
- [ ] Refactoring
- [ ] Performance Improvement
- [ ] Other (please describe):
2025-06-05 09:29:07 +08:00
..
__init__.py Update comments (#4569) 2025-01-21 20:52:28 +08:00
agent.py Feat: add 'delete' for agent's sessions api and unify apis of agent sdk (#5525) 2025-03-03 17:15:16 +08:00
base.py Fix: DataSet.update() now refreshes object data (#8058) 2025-06-05 09:26:19 +08:00
chat.py Update comments (#4569) 2025-01-21 20:52:28 +08:00
chunk.py Improve API Documentation, Standardize Error Handling, and Enhance Comments (#5990) 2025-03-13 19:06:50 +08:00
dataset.py Fix: DataSet.update() now refreshes object data (#8058) 2025-06-05 09:26:19 +08:00
document.py Fix:Discrepancy between Document.list_chunks() API documentation and implementation (#7575) 2025-05-12 11:05:32 +08:00
session.py Don't use ',' (U+FF0C) but ', ' (U+2C U+20) (#8063) 2025-06-05 09:29:07 +08:00