添加导入分析接口内容
This commit is contained in:
@ -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`
|
||||
|
||||
Reference in New Issue
Block a user