mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #5471] The upgrade of langchain-openai caused some functions that depend on it to fail
#29520
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @CookSleep on GitHub (Sep 17, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/5471
Bug Report
Installation Method
Docker
Environment
Confirmation:
Expected Behavior:
The various functions of
langchain-openaiwork normallyActual Behavior:
The various functions of
langchain-openaido not work properly, and the following error is shown during import:Description
Bug Summary:
The upgrade of
langchain-openaicaused some functions that depend on it to failReproduction Details
Steps to Reproduce:
langchain-openai, using OpenAI ReAct Agent as an examplelangchain-openai==0.1.24, but completely fails in the latest version. When re-importing, you will encounter:@tjbck commented on GitHub (Sep 17, 2024):
langchain-openaiis not shipped with open-webui.