LangServe examples need to be updated #1587
Labels
area/examples
emergent
An issue that was added to the current milestone after planning
impact/regression
Something that used to work, but is now broken
kind/bug
Some behavior is incorrect or out of spec
p1
A bug severe enough to be the next item assigned to an engineer
resolution/fixed
This issue was fixed
size/S
Estimated effort to complete (1-2 days).
Milestone
The OpenAI LangChain libraries have changed locations and the examples need to be updated appropriately. AFAICT, the following changes need to be made:
app/server.py
needs to be changed tofrom langchain_openai import ChatOpenAI
[tool.poetry.dependencies]
section ofpyproject.toml
needs to havelangchain-openai = "^0.0.5"
addedpoetry.lock
file needs to be updated withpoetry lock
(else container builds will fail)These changes need to be applied to all language variations of the the AWS LangServe examples.
The text was updated successfully, but these errors were encountered: