添加导入分析接口内容

This commit is contained in:
zhaoawd
2025-10-30 23:25:55 +08:00
parent 4ff3a1f081
commit d17d850d67

View File

@ -77,6 +77,9 @@ nohup uvicorn app.main:app --host 0.0.0.0 --port 8000 > server.log 2>&1 &
Or use a process manager such as `pm2`, `supervisor`, or systemd for production deployments.
## API List
1. 导入分析schema接口 http://localhost:8000/v1/import/analyze
## Additional Commands
- Run the data import analysis example: `python test/data_import_analysis_example.py`