作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我想使用 openai.embeddings_utils import get_embeddings
所以已经安装了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: support@openai.com
License:
Location: /Users/lima/Desktop/Paprika/Openai/.venv/lib/python3.9/site-packages
Requires: aiohttp, requests, tqdm
Required-by:
这是我的openai但是为什么不使用 openai.embeddings_utils 呢??
最佳答案
首先运行此命令pip install openai[embeddings]
。
然后像这样导入 embeddings_utils
包:从 openai.embeddings_utils 导入 get_embedding
您可以在此处找到详细信息:https://github.com/openai/openai-python
关于python - OpenAI API 错误 : "No module named ' openai. embeddings_utils'; 'openai' 不是包”,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/75394143/
我是一名优秀的程序员,十分优秀!