mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-05 10:58:34 +08:00
### Description - **Refactor**: Replaced `utility.GenerateUUID1` (UUID v1) with `utility.GenerateToken` (UUID v4) for generating entity IDs (`userID`, `kbID`, `modelID`, etc.). - **Cleanup**: Removed the unused `GenerateUUID1` function from `utility` package. - **Improvement**: Simplified ID generation logic and eliminated unnecessary error handling boilerplate since `GenerateToken` cannot fail.