https://kuiming.github.io/rag_path/output/#/
https://kuiming.github.io/rag_path/output/microsoft_rag.html
OPENAI_API_KEY="<your key>"
# Set your dataset names in Qdrant for RAG
QDRANT_DATASETS="datasetname1,datasetname2....."pip install requirements.txtyoutube_recipe.py: get recipe from youtuberag.py: tranform recipe into embedding vectorbot.py: create chatbot withstreamlit
mkdir recipe
python3 youtube_recipe.py
python3 rag.py
python3 -m streamlit run bot.pyespn_openai.py: get commentaries from ESPN
This project was inspired by iamlazy.