This is the repository that contains the code for the "Join the Search Party!" Lab. You can do the self-paced version of this lab here.
You can see the code running in a CodeSanbox.
You will need to update your server/.env
file with the following values:
PORT=5050
ATLAS_URI=mongodb+srv://username:password@clustername?retryWrites=true&w=majority
EMBEDDINGS_SOURCE=openai
EMBEDDING_API_KEY=<your OpenAI developer API key>