mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-11-24 05:56:36 +00:00
### What problem does this PR solve? - Update BaseModel to use model_config instead of Config class - Replace StrEnum with Literal types for method fields - Convert Field declarations to Annotated style ### Type of change - [x] Refactoring