Canner / WrenAI

🚀 Open-source SQL AI Agent for Text-to-SQL. Make Text2SQL Easy! 🙌
https://getwren.ai/oss
GNU Affero General Public License v3.0
1.73k stars 155 forks source link

Chore/ai service/auto deploy at init #455

Closed cyyeh closed 3 months ago

cyyeh commented 3 months ago

Now when wren-ai-service is started, the document store is being cleaned, and users need to manually deploy the model. It's cumbersome, and this PR aims to solve the issue by trying to auto-redeploying the mdl model. In case there is no mdl model defined in wren-ui, the error will be thrown and we just ignore it. This PR is based on Andy's work by allowing deploying the mdl model by force.