from utils import encode_text_to_embedding_batched
I am trying to run this helper function which is created for getting embedding on entire dataset but its not working…
from utils import encode_text_to_embedding_batched
I am trying to run this helper function which is created for getting embedding on entire dataset but its not working…
Can you please make sure whether utils.py
is present in your project directory and make sure encode_text_to_embedding_batched()
function is implemented within the utils.py