Visualizing Embeddings - not building

I see error while trying the example tutorial given as part of the course “Understanding and applying text embeddings->Visualizing Embeddings”. Could you please help with this?


JSONDecodeError Traceback (most recent call last)
File /usr/local/lib/python3.10/site-packages/requests/models.py:971, in Response.json(self, **kwargs)
970 try:
→ 971 return complexjson.loads(self.text, **kwargs)

1 Like

Thanks for informing us @sudeeprk. This has been noted and will be looked into.

Hi @sudeeprk! Thanks for bringing up this issue!

Indeed, there are some updates in the model.get_embeddings(inputs, **kwargs) , check out this documentation for updates.
That is what I was researching yesterday, however, I tried again today and the notebook was working properly.

Thanks again for bringing this up, we’re working in updating our notebooks accordantly.

Thank you so much @Mubsi

Thank you so much @lesly.zerna

1 Like