Technical requirements
In this chapter, we will use ChatGPT extensively, so you will need to be signed up with a free account. If you haven’t created an account, go to https://openai.com/ and click Get Started at the top right of the page, or go to https://chat.openai.com.
The examples require Python 3.9 and a Jupyter notebook to be installed: https://jupyter.org/try-jupyter/notebooks/?path=notebooks/Intro.ipynb.
We will use Chroma DB as our open source vector database, so it’s advisable to take a look and familiarize yourself with Chroma (https://www.trychroma.com) although there are a lot of other different options for Vector stores providers.