mirror of
https://github.com/infiniflow/ragflow
synced 2026-05-24 09:39:28 +00:00
### 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) |
||
|---|---|---|
| .. | ||
| ragflow_sdk | ||
| test | ||
| hello_ragflow.py | ||
| pyproject.toml | ||
| uv.lock | ||