From the course: Advanced RAG Applications with Vector Databases
Unlock the full course today
Join today to access over 24,700 courses taught by industry experts.
Setting up your exercise files
From the course: Advanced RAG Applications with Vector Databases
Setting up your exercise files
- [Instructor] Let's quickly cover how to set up your environment for the exercises in this course. Once you're on the GitHub repo, click Code, and you'll see multiple options here to clone this repo. Click Copy url to clipboard, and go to your IDE where you can git clone the repo. Once you clone the repo, you can also ensure that you're using the right version of Python, and you should be using Python 3.11. You'll see here that we have multiple chapters, and in each chapter, there is a file here that corresponds to the video and the challenge in that chapter. Along with these, we also have a requirements document for each chapter, and this requirements document contains all of the libraries you need to run that chapter. When you're working with these requirements files, what you should do is spin up a clean virtual environment. Once you've activated that virtual environment, you want to install all of the libraries in the requirements file, and that's it. Once you install, you're…