xlang-ai / OpenAgents

[COLM 2024] OpenAgents: An Open Platform for Language Agents in the Wild
https://arxiv.org/abs/2310.10634
Apache License 2.0
4k stars 443 forks source link

Dependencies for InstructorEmbedding not found #51

Closed caizhuoyue77 closed 1 year ago

caizhuoyue77 commented 1 year ago

开发者您好!

我在按照https://github.com/xlang-ai/OpenAgents/blob/main/backend/README.md配置环境之后,在使用 export FLASK_APP=backend.main.py flask run -p 8000

显示了以下内容: (openagents) ➜ OpenAgents git:(main) ✗ export FLASK_APP=backend.main.pyflask run -p 8000 Dependencies for InstructorEmbedding not found. The auto selection feature of plugins agent will return random elements. 75%|███████▌ | 12/16 [00:00<00:00, 35.47it/s]/Users/czy/Desktop/1/OpenAgents/real_agents/plugins_agent/plugins/DreamInterpreter/openapi.yaml and DreamInterpreter/paths/init.py do not match. Load the later. /Users/czy/Desktop/1/OpenAgents/real_agents/plugins_agent/plugins/XWeather/openapi.yaml and XWeather/paths/init.py do not match. Load the later. 100%|██████████| 16/16 [00:00<00:00, 32.60it/s] Error: Failed to make the request WOLFRAM: HTTPSConnectionPool(host='www.wolframcdn.com', port=443): Max retries exceeded with url: /images/icons/Wolfram.png (Caused by ProxyError('Cannot connect to proxy.', ConnectionResetError(54, 'Connection reset by peer')))

请问“Dependencies for InstructorEmbedding not found.”这个报错需要解决吗?

Timothyxxx commented 1 year ago

Hi, 如果说你不需要InstructorEmbedding用来retrieve相关的插件来进行自动选取的话,这个就不需要解决

caizhuoyue77 commented 1 year ago

Hi, 如果说你不需要InstructorEmbedding用来retrieve相关的插件来进行自动选取的话,这个就不需要解决 好的,谢谢~