ragflow/sdk/python
cambrianlee 227c852e67
Fix typo: documnet_keyword -> document_keyword in Chunk class (#13531)
### What problem does this PR solve?
The Chunk class had a typo in the attribute name 'documnet_keyword',
which caused the document_name field to remain empty when retrieving
chunks via the SDK. This fix corrects the spelling to
'document_keyword'.

Changes:
- Line 36: Changed self.documnet_keyword to self.document_keyword
- Line 52: Updated backward compatibility code to use
self.document_keyword


### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
2026-03-12 15:23:55 +08:00
..
ragflow_sdk Fix typo: documnet_keyword -> document_keyword in Chunk class (#13531) 2026-03-12 15:23:55 +08:00
test Fix (api): fix the document parsing status check logic (#12504) 2026-02-28 14:38:55 +08:00
hello_ragflow.py Update comments (#4569) 2025-01-21 20:52:28 +08:00
pyproject.toml Docs: Update version references to v0.24.0 in READMEs and docs (#13095) 2026-02-10 17:24:03 +08:00
uv.lock fix: upgrade urllib3 to 2.6.3 to resolve CVE-2025-66418, CVE-2025-66471, CVE-2026-21441 (#13423) 2026-03-06 09:29:10 +08:00