Code Generation, RAG and Customer Discovery with Watsonx

Want to learn how to use watsonx for your business. Well this app allows you to get hands on.

See it live and in action 📺

Startup 🚀

  1. Create a virtual environment conda create -n watsonxdemo python=3.10
  2. Activate it conda activate watsonxdemo
  3. Install stuff pip install -r requirements.txt
  4. Update environment variables in .sample-env and rename file to .env
  5. Initialise the app by running reflex init
  6. Start the app by running reflex run

N.B. if you get a SQL error from langchain, comment out lines 17 and 26 in the file shown below or install from this repo:

Other References 🔗

-Reflex:full stack app development library that was used to build this.

Who, When, Why?

👨🏾‍💻 Author: Nick Renotte
📅 Version: 1.x
📜 License: This project is licensed under the MIT License