You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Happy to get your name into the Git tree if you'd like to update that doc
You can use something similar to what we used here in supported-llms, specifically, the line: "Please note that you'll need to install the relevant langchain package for each LLM" and link to that doc from the docker doc
Describe the bug
Hello,
When building the docker image, some langchain packages are missing. At least langchain-google-genai and langchain-mistralai
To Reproduce
Run with the following docker file:
There is an error, saying langchain_google_genai is missing.
Running pip install langchain_google_genai in the container solves the problem.
Additional context
Docker engine: 27.5.1
Host: ubuntu 24.04
The text was updated successfully, but these errors were encountered: