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

How to run wrenai locally using source code without using docker #wrenai #669

Closed iamsunnyyz closed 1 month ago

iamsunnyyz commented 2 months ago

I have been trying to run the application locally, I'am able to run it with docker, but how can run without docker.

Let me know if it is possible to run with the source code #with out docker.

wwwy3y3 commented 1 month ago

Hi @iamsunnyyz, you can start Wren AI from source code without using Docker by following the steps outlined in the drafted contribution guide.

This guide includes instructions for setting up the various services that WrenAI uses. If you're not familiar with the architecture of WrenAI, I recommend checking out the overview documentation, which explains how WrenAI operates and its different components.

Let me know if you need help with any specific part of the setup!

wwwy3y3 commented 1 month ago

Contribution guide is released: https://github.com/Canner/WrenAI/blob/main/CONTRIBUTING.md

Closing this issue.