nicknochnack / FullStackWatsonx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Python 100.0%