repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
public Clawd ADK gateway launch mirror
stars
latest
clone command
git clone gitlawb://did:key:z6Mkq5mY...iFZ5/my-project-publ...git clone gitlawb://did:key:z6Mkq5mY.../my-project-publ...2fa351d6docs: add automaton and perps launch sources16d ago| #1 | ## Sadhguru AI |
| #2 | |
| #3 | This directory contains the code used to implement [Sadhguru AI](https://sadhguru-ai.streamlit.app/) using Embedchain. It is built on 3K+ videos and 1K+ articles of Sadhguru. You can find the full list of data sources [here](https://gist.github.com/deshraj/50b0597157e04829bbbb7bc418be6ccb). |
| #4 | |
| #5 | ## Run locally |
| #6 | |
| #7 | You can run Sadhguru AI locally as a streamlit app using the following command: |
| #8 | |
| #9 | ```bash |
| #10 | export OPENAI_API_KEY=sk-xxx |
| #11 | pip install -r requirements.txt |
| #12 | streamlit run app.py |
| #13 | ``` |
| #14 | |
| #15 | Note: Remember to set your `OPENAI_API_KEY`. |
| #16 | |
| #17 | ## Deploy to production |
| #18 | |
| #19 | You can create your own Sadhguru AI or similar RAG applications in production using one of the several deployment methods provided in [our docs](https://docs.embedchain.ai/get-started/deployment). |
| #20 |