0.1.0 • Published 5 months ago

ingest-mongodb-public v0.1.0

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
5 months ago

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 build

Using the Config

npm run ingest:all

This runs the ingest script with the --config flag passing the built config file (build/config.js) to the tool.