/vector-search-lab-code

This git is a also on MongoDB developer to push to codesandbox

Primary LanguageJavaScriptApache License 2.0Apache-2.0

MongoDB Netflix Clone

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.

See the code in action

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>