This repository contains supplementary materials for the original article "Multi-attribute search with vector embeddings".
-
Jupyter Notebook:
notebook.ipynb
- This notebook demonstrates the implementation of multi-attribute vector search using the Superlinked framework as well as the naive approach.
-
Dataset:
monsters.json
- A JSON file containing a list of 20 unique monsters with properties such as name, look, habitat, and behavior.
-
Query Examples:
queries.json
- A JSON file containing 5 example queries.
For any questions or feedback, please contact Andrey Pikunov.
Happy searching!