ingest-mongodb-public
v0.1.0
Published
Plugin for ingesting MongoDB public data sources.
Readme
Ingest MongoDB Public
This is the standard ingest config for public MongoDB documentation.
It also serves as an example of implementing a configuration/plugin for the mongodb-rag-ingest CLI.
Building the Config
Be sure to build mongodb-rag-core and mongodb-rag-ingest first.
npm i
npm run buildUsing the Config
npm run ingest:allThis runs the ingest script with the --config flag passing
the built config file (build/config.js) to the tool.
