Canner / WrenAI

🚀 An open-source SQL AI (Text-to-SQL) Agent that empowers data, product teams to chat with their data. 🤘
https://getwren.ai/oss
GNU Affero General Public License v3.0
2.04k stars 211 forks source link

Chore/ai service/auto deploy at init #457

Closed cyyeh closed 4 months ago

cyyeh commented 4 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.