ragflow/api/common
Lynn c9b18cbe18
Feat:admin api (#10642)
### What problem does this PR solve?

Support frontend auth.

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
2025-10-18 16:09:48 +08:00
..
base64.py Refactor: migrate the function to specific file (#10201) 2025-09-25 23:37:50 +08:00
check_team_permission.py Fix: unexpected operation of document management (#10366) 2025-09-30 15:20:38 +08:00
exceptions.py Feat:admin api (#10642) 2025-10-18 16:09:48 +08:00
README.md Refactor: migrate the function to specific file (#10201) 2025-09-25 23:37:50 +08:00

The python files in this directory are shared between service. They contain common utilities, models, and functions that can be used across various services to ensure consistency and reduce code duplication.