From d17d850d67a7a4b9e2e87f37583f245d89f4f7ba Mon Sep 17 00:00:00 2001 From: zhaoawd Date: Thu, 30 Oct 2025 23:25:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=AF=BC=E5=85=A5=E5=88=86?= =?UTF-8?q?=E6=9E=90=E6=8E=A5=E5=8F=A3=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3342652..cf621a7 100644 --- a/README.md +++ b/README.md @@ -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`