https://github.com/mongodben/ingest-customers
ingest-customers
https://github.com/mongodben/ingest-customers
Last synced: 8 months ago
JSON representation
ingest-customers
- Host: GitHub
- URL: https://github.com/mongodben/ingest-customers
- Owner: mongodben
- Created: 2023-11-13T22:05:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-06T22:16:16.000Z (over 2 years ago)
- Last Synced: 2025-03-29T01:28:43.239Z (over 1 year ago)
- Language: TypeScript
- Size: 229 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```