Ecosyste.ms: Awesome
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: about 1 month ago
JSON representation
ingest-customers
- Host: GitHub
- URL: https://github.com/mongodben/ingest-customers
- Owner: mongodben
- Created: 2023-11-13T22:05:54.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-06T22:16:16.000Z (9 months ago)
- Last Synced: 2024-10-03T13:22:25.943Z (about 2 months 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
```