File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
mongodb-rag-docs/docs/workshop/30-RAG-Concepts Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ export async function init(configPath) {
4646 console . log ( chalk . cyan ( '\n🔍 Next steps:' ) ) ;
4747 console . log ( chalk . cyan ( '1. Run `npx mongodb-rag test-connection` to verify your setup' ) ) ;
4848 console . log ( chalk . cyan ( '2. Run `npx mongodb-rag create-index` to create your vector search index' ) ) ;
49+ console . log ( chalk . cyan ( '2. Run `npx mongodb-rag create-env` to create a .env file from your .mongodb-rag.json file' ) ) ;
4950 }
5051
5152 return config ;
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import Quiz from '@site/src/components/Quiz';
77import InteractiveChunking from ' @site/src/components/InteractiveChunking' ;
88import EmbeddingGenerator from ' @site/src/components/EmbeddingGenerator' ;
99import VectorSearchDemo from ' @site/src/components/VectorSearchDemo' ;
10- import RagPromptBuilder from ' @site/src/components/RagPromptBuilder ' ;
10+ import RAGPromptBuilder from ' @site/src/components/RAGPromptBuilder ' ;
1111import CodeChallenge from ' @site/src/components/CodeChallenge' ;
1212
1313# Understanding Retrieval-Augmented Generation (RAG)
You can’t perform that action at this time.
0 commit comments