Closed rejasupotaro closed 1 year ago
This PR replaces the implementation of encoders with the new one implemented in a different repository (https://github.com/rejasupotaro/amazon-product-search-dense-retrieval).
I found it convenient to create a package as encoders are being used in various places:
so I can install the package with the command below.
pip install git+https://github.com/rejasupotaro/amazon-product-search-dense-retrieval.git@c43d622
Overview
This PR replaces the implementation of encoders with the new one implemented in a different repository (https://github.com/rejasupotaro/amazon-product-search-dense-retrieval).
Context
I found it convenient to create a package as encoders are being used in various places:
so I can install the package with the command below.