https://github.com/mongodb-developer/vector-search-workshop
https://github.com/mongodb-developer/vector-search-workshop
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mongodb-developer/vector-search-workshop
- Owner: mongodb-developer
- License: apache-2.0
- Created: 2023-11-16T21:06:38.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-21T12:22:48.000Z (over 1 year ago)
- Last Synced: 2025-03-22T13:51:27.554Z (9 months ago)
- Language: JavaScript
- Size: 8.23 MB
- Stars: 4
- Watchers: 11
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Let AI Be Your Docs - Vector Search Workshop
You can access the online version on the workshop [here](https://mongodb-developer.github.io/vector-search-workshop/)
## Running the workshop Locally
If you want to run the workshop 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 workshop at http://localhost:3000
## Contributing
If you find any issues with the workshop, 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