redis-product-search
redis-product-search copied to clipboard
Visual and semantic vector similarity with Redis Stack, FastAPI, PyTorch and Huggingface.
The links for the small and large datasets in the README are the wrong way round - `Small` points to the large and `Large` to the small dataset.
1. Selecting a radio button in in the `Apply Filters` popover leaves the products displayed in the grid unchanged. Users expect the filter to be applied immediately:  2. Deleting...
### Description The spacing of the grid in the application can sometimes be offset by the length of the text description for the product. See example: 
## Description To make our lives easier, it would be nice to have an update API call that allows us to make changes to data in the db remotely. This...
### Description In addition to the current full text search capability, we should be able to offer a natual language based vector search that a user can use to find...
### Description Even though this is not a latency critical application, the images can sometimes take quite a bit of time to load. This is because we are using an...