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

https://github.com/mongodb-developer/vector-search-workshop


https://github.com/mongodb-developer/vector-search-workshop

Last synced: 8 months ago
JSON representation

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