File size: 670 Bytes
752d595
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# TSMPD Search Demo Notebook

This directory contains a working Jupyter notebook that demonstrates semantic product search on the TSMPD-US-Public v1.0 dataset.

## What's Inside
- `tsmpd_search_demo.ipynb`: A step-by-step demo of embedding-based search using `faiss` and `sentence-transformers`.

## Features
- Load SBERT embeddings from parquet chunks
- Build and query a FAISS index for nearest neighbor search
- Explore how consumers might search across 355k+ small U.S. stores

## Setup
To run this notebook, install the following:
```bash
pip install faiss-cpu polars sentence-transformers
```

## Licensing
Code in this notebook is licensed under the MIT License.