redis-product-search icon indicating copy to clipboard operation
redis-product-search copied to clipboard

Visual and semantic vector similarity with Redis Stack, FastAPI, PyTorch and Huggingface.

Results 7 redis-product-search issues
Sort by recently updated
recently updated
newest added

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: ![image](https://github.com/RedisVentures/redis-product-search/assets/116373419/ea4e9bd5-742c-46a4-a676-c76af311a0ba) 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: ![Screen Shot 2022-08-08 at...

enhancement
good first issue

![Example](https://user-images.githubusercontent.com/20304844/188498081-070ababe-c0b5-4e0a-aad2-deb633ff7173.jpg)

## 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...

enhancement

### 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...

enhancement