ragflow/test/testcases/test_sdk_api/test_dataset_mangement
Liu An 0020c50000
Fix: Refactor parser config handling and add GraphRAG defaults (#8778)
### What problem does this PR solve?

- Update `get_parser_config` to merge provided configs with defaults
- Add GraphRAG configuration defaults for all chunk methods
- Make raptor and graphrag fields non-nullable in ParserConfig schema
- Update related test cases to reflect config changes
- Ensure backward compatibility while adding new GraphRAG support
- #8396

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
2025-07-23 09:29:37 +08:00
..
conftest.py Test: add sdk Dataset test cases (#8077) 2025-06-05 13:20:28 +08:00
test_create_dataset.py Fix: Refactor parser config handling and add GraphRAG defaults (#8778) 2025-07-23 09:29:37 +08:00
test_delete_datasets.py Test: add sdk Dataset test cases (#8077) 2025-06-05 13:20:28 +08:00
test_list_datasets.py Test: add sdk Dataset test cases (#8077) 2025-06-05 13:20:28 +08:00
test_update_dataset.py Fix: Refactor parser config handling and add GraphRAG defaults (#8778) 2025-07-23 09:29:37 +08:00