I want to use openai.embeddings_utils import get_embeddings
So already install openai
Name: openai
Version: 0.26.5
Summary: Python client library for the OpenAI API
Home-page: https://github.com/openai/openai-python
Author: OpenAI
Author-email: [email protected]
License:
Location: /Users/lima/Desktop/Paprika/Openai/.venv/lib/python3.9/site-packages
Requires: aiohttp, requests, tqdm
Required-by:
This is my openai But why not use openai.embeddings_utils??
openai[embeddings]
I got a warning saying:WARNING: openai 1.3.6 does not provide the extra 'embeddings'
– Umeko