Open dlecan opened 5 months ago
Hi @dlecan thanks for opening this feature request!
Could you also visit https://github.com/Canner/WrenAI/discussions/327#discussioncomment-9610640 and upvote the MongoDB comment ?
In addition, In order to support database faster, we're actually working on using the ibis-project to connect to the datasource. The concept is that WrenAI generates ibis-executable SQL, which is then transformed to the specific datasource using the appropriate dialect. You can see how we invoke a ibis service in this PR: https://github.com/Canner/WrenAI/pull/306. It's still a work in progress.
Thus, to support MongoDB in WrenAI, we could keep an eye on ibis support on MongoDB.
Done @wwwy3y3 , thank you
Hi, is this issue being worked on already? If not, can i give it a go?
Hi @Spirizeon, cuz our basic data source connector is powered by ibis
now. The ibis does not support MongoDB now. If you want to get this PR, you need to implement the MongoDB connector in ibis first. If you can, please let @wwwy3y3 know.
Is your feature request related to a problem? Please describe.
WrenAI is not compatible with MongoDB
Describe the solution you'd like
MongoDB support in WrenAI