Docs •
Blog •
Discord •
Tutorials
Welcome to the Vecto Tutorials! This repository is a series of Juypyter notebook that guides you with your first Vecto project.
For more information on the tutorials and Vecto API usage, visit our documentation page.
You can install the python-sdk from our latest GitHub release.
pip install vecto-sdk
Alternatively you can also download the latest wheel file from the releases page.
- 01 Hello Vecto - Your first steps with Vecto.
- 02 Analogies - Learn how to use the core Vecto class to construct analogies.
- Wiki Search - Example of how you can integrate Vecto search into your wiki!
- Store Recommendation System - Learn how to create smart recommendations for your inventory!
You will need python 3.8+ for these tutorials. We recommend installing in a virtual environment.
pip install -r requirements.txt
We have also added the requirements inside each notebook so you should be able to run them in google collab.
Have any questions? Feel free to chat with the devs at our Discord!