You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the searching pipeline, we'll need to retrieve bert embeddings for course titles and description. This needs to be fast, and not interfere with the rest of the API.
To achieve this, we need to get celery integrated and then setup a celery task for running inference on a bert model.
The text was updated successfully, but these errors were encountered:
For the searching pipeline, we'll need to retrieve bert embeddings for course titles and description. This needs to be fast, and not interfere with the rest of the API.
To achieve this, we need to get celery integrated and then setup a celery task for running inference on a bert model.
The text was updated successfully, but these errors were encountered: