Skip to content

Commit d6cb048

Browse files
committed
fix ragprompt builder
1 parent 7851a73 commit d6cb048

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

bin/commands/init/init.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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;

mongodb-rag-docs/docs/workshop/30-RAG-Concepts/3-rag-concepts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import Quiz from '@site/src/components/Quiz';
77
import InteractiveChunking from '@site/src/components/InteractiveChunking';
88
import EmbeddingGenerator from '@site/src/components/EmbeddingGenerator';
99
import VectorSearchDemo from '@site/src/components/VectorSearchDemo';
10-
import RagPromptBuilder from '@site/src/components/RagPromptBuilder';
10+
import RAGPromptBuilder from '@site/src/components/RAGPromptBuilder';
1111
import CodeChallenge from '@site/src/components/CodeChallenge';
1212

1313
# Understanding Retrieval-Augmented Generation (RAG)

0 commit comments

Comments
 (0)