Closed greygoo closed 4 months ago
The proper fix is obviously to add langchain-community
to requirements.txt. Just tested, works here.
fork -> branch -> pull -> profit :P
You gonna add it or shall I?
hey @greygoo ! nice to see you here! that looks right, willing to open up a PR?
I can do :)
LocalAI version: quay.io/go-skynet/local-ai:latest-aio-gpu-nvidia-cuda-12
Environment, CPU architecture, OS, and Version: Ryzen 7500, Nvidia 1660 GPU, OpenSUSE Tumbleweed
Describe the bug When following the instructions at https://github.com/mudler/LocalAI/blob/master/examples/telegram-bot/README.md - the
docker compose build
step fails with the following error:By adding
RUN pip install -U langchain-community
to the Dockerfile, the container builds and runs, but that's just a workaround. You can point me to where the best place is to fix this is, and I can test and create a PR.To Reproduce Follow instructions at https://github.com/mudler/LocalAI/blob/master/examples/telegram-bot/README.md
Expected behavior No build error
Logs log of build error in description
Additional context