https://github.com/mongodb-developer/ai-rag-lab
https://github.com/mongodb-developer/ai-rag-lab
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mongodb-developer/ai-rag-lab
- Owner: mongodb-developer
- License: apache-2.0
- Created: 2024-07-11T22:17:40.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-02-26T04:10:31.000Z (4 months ago)
- Last Synced: 2025-03-22T13:51:25.288Z (3 months ago)
- Language: JavaScript
- Size: 11.5 MB
- Stars: 4
- Watchers: 1
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Developer Days RAG Lab
This is the RAG Lab used during MongoDB Developer Days that covers building RAG applications using MongoDB.
You can access the online version of the lab [here](https://mongodb-developer.github.io/ai-rag-lab/).
## Running the Lab Locally
If you want to run the lab locally, you can start by cloning the repository or downloading the code. You will need to have [Node.js](https://nodejs.org/en/) installed.
Once you have the code, you can run the following commands to install the dependencies and start the server:
```
npm install
npm start
```You can then access the lab at http://localhost:3000
## Contributing
If you find any issues with the lab, please open an issue or submit a pull request.
## License
This project is licensed under the Apache 2.0 License - see the [LICENSE](LICENSE) file for details