We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 501a73b commit 84eea60Copy full SHA for 84eea60
bin/commands/data/ingest.js
@@ -15,7 +15,7 @@ export async function ingestData(config, options) {
15
// Restructure the config to match expected format
16
const ragConfig = {
17
mongodb: {
18
- uri: config.mongoUrl,
+ connectionString: config.mongoUrl,
19
database: config.database,
20
collection: config.collection
21
},
0 commit comments