Skip to content

Commit 84eea60

Browse files
committed
fix ingest - pull from config file
1 parent 501a73b commit 84eea60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/commands/data/ingest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export async function ingestData(config, options) {
1515
// Restructure the config to match expected format
1616
const ragConfig = {
1717
mongodb: {
18-
uri: config.mongoUrl,
18+
connectionString: config.mongoUrl,
1919
database: config.database,
2020
collection: config.collection
2121
},

0 commit comments

Comments
 (0)