From 8c825702d19e1c14d1101fac9ff6b8d28bc14caa Mon Sep 17 00:00:00 2001 From: murrayhu-mdb Date: Thu, 21 May 2026 11:47:21 +0100 Subject: [PATCH] Update start-dev.sh --- apps/video-intelligence/start-dev.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/video-intelligence/start-dev.sh b/apps/video-intelligence/start-dev.sh index 9992019f..58e987ed 100755 --- a/apps/video-intelligence/start-dev.sh +++ b/apps/video-intelligence/start-dev.sh @@ -87,7 +87,7 @@ echo " cd frontend && npm start" echo "" echo "📝 Don't forget to:" echo " - Configure your .env file with API keys" -echo " - Set up MongoDB Atlas with vector search indexes" +echo " - Set up MongoDB Atlas with MongoDB Vector Search indexes" echo " - Check the README.md for detailed setup instructions" echo "" echo "🌐 App will be available at:"