|
il y a 1 an | |
---|---|---|
.. | ||
README.md | il y a 1 an | |
app.py | il y a 1 an | |
data.csv | il y a 1 an | |
requirements.txt | il y a 1 an |
This directory contains the code used to implement Sadhguru AI using Embedchain.
You can run Sadhguru AI locally as a streamlit app using the following command:
export OPENAI_API_KEY=sk-xxx
pip install -r requirements.txt
streamlit run app.py
Note: Remember to set your OPENAI_API_KEY
.
You can create your own Sadhguru AI or similar RAG applications in production using one of the several deployment methods provided in our docs.