coleam00 / ai-agents-masterclass

Follow along with my AI Agents Masterclass videos! All of the code I create and use in this series on YouTube will be here for you to use and even build on top of!
MIT License
665 stars 311 forks source link

Clarification to run this demo class 6 #2

Open chrisxie-fw opened 2 months ago

chrisxie-fw commented 2 months ago

After setting up the environment and properly installing all the requirements.txt libs, it looks like the way to run the class 6 demo is:

  1. load the documents into chroma_db, by running this in the command line (in the 6-rag-task-agent directory): python rag-document-loader.py
  2. then this command: streamlit run rag-task-agent.py

It would be great to have a readme.md file for each class to show the exact steps and commands to run the class demos.

Also reference your youtube here: https://www.youtube.com/watch?v=7dKQPbSXiB8

May turn this issue into a readme.md.