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
Traceback (most recent call last):
File "/home/whao/.virtualenv/openai/lib/python3.6/site-packages/openai/openai_object.py", line 96, in __getattr__
return self[k]
File "/home/whao/.virtualenv/openai/lib/python3.6/site-packages/openai/openai_object.py", line 136, in __getitem__
raise err
File "/home/whao/.virtualenv/openai/lib/python3.6/site-packages/openai/openai_object.py", line 124, in __getitem__
return super(OpenAIObject, self).__getitem__(k)
KeyError: 'embeddings'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/whao/.virtualenv/openai/lib/python3.6/site-packages/openai/openai_object.py", line 98, in __getattr__
raise AttributeError(*err.args)
AttributeError: embeddings
The text was updated successfully, but these errors were encountered:
https://beta.openai.com/docs/guides/embeddings/what-are-embeddings documented the newly available embedding api, but the examples are not working:
This is the error message:
The text was updated successfully, but these errors were encountered: