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: minimized the diversity of data sources from wren-ui #384

Closed onlyjackfrost closed 5 months ago

onlyjackfrost commented 5 months ago

Remove strategy pattern and connectors from the codebase, and use the ibis server adaptor and wren engine adaptor to fetch the data source's metadata.

If ibis supports the data source, we should implement the metadata API in the ibis server and use a union response interface to get what we need in wren-ui