File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,6 +21,8 @@ This is a full-stack movie browsing application built with Java Spring Boot and
2121- ** MongoDB Atlas cluster or local deployment** with the ` sample_mflix ` dataset loaded
2222 - [ Load sample data] ( https://www.mongodb.com/docs/atlas/sample-data/ )
2323- ** Maven** (included via Maven Wrapper)
24+ - ** Voyage AI API key** (For MongoDB Vector Search)
25+ - [ Get a Voyage AI API key] ( https://www.voyageai.com/ )
2426
2527## Getting Started
2628
Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ This is a full-stack movie browsing application built with Express.js and Next.j
2020- ** MongoDB Atlas cluster or local deployment** with the ` sample_mflix ` dataset loaded
2121 - [ Load sample data] ( https://www.mongodb.com/docs/atlas/sample-data/ )
2222- ** npm** (included with Node.js)
23+ - ** Voyage AI API key** (For MongoDB Vector Search)
24+ - [ Get a Voyage AI API key] ( https://www.voyageai.com/ )
2325
2426## Getting Started
2527
Original file line number Diff line number Diff line change 11# MongoDB Connection
22# Replace with your MongoDB Atlas connection string or local MongoDB URI
3- MONGODB_URI = mongodb+srv://username: password@ cluster.mongodb.net/?retryWrites=true&w=majority
3+ MONGODB_URI = mongodb+srv://< username>:< password>@< cluster> .mongodb.net/sample_mflix ?retryWrites=true&w=majority
44
55# Voyage AI Configuration
66# API key for Voyage AI embedding model (required for Vector Search)
Original file line number Diff line number Diff line change 11# MongoDB Connection
22# Replace with your MongoDB Atlas connection string or local MongoDB URI
3- MONGO_URI = " mongodb://localhost:27017 "
3+ MONGO_URI = " mongodb+srv ://<username>:<password>@<cluster>.mongodb.net/sample_mflix?retryWrites=true&w=majority "
44MONGO_DB = " sample_mflix"
55
66# Voyage AI Configuration
You can’t perform that action at this time.
0 commit comments