An open API service indexing awesome lists of open source software.

https://github.com/mongodben/ingest-customers

ingest-customers
https://github.com/mongodben/ingest-customers

Last synced: 8 months ago
JSON representation

ingest-customers

Awesome Lists containing this project

README

          

# Ingest mongodb.com/customers

This project contains the code to ingest the data from mongodb.com/customers into a MongoDB database for use with the MongoDB RAG framework.

## Set up

1. `npm install`
2. `cp .env.example .env`. Fill in the relevant values.
- For the mongodb.com DB access reach out to the mongodb.com team.

## Run it

Generate pages + embeddings:

```sh
npm run ingest:all
```