mirror of
https://github.com/langchain-ai/learning-langchain.git
synced 2026-07-25 05:15:22 -04:00
About the book #3
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 @SimonSkywalke on GitHub (Mar 22, 2025).
Hello, I would like to know what version of Langchain is used for this book? Due to the rapid updates of Langchain, some features will no longer be compatible
@itoh5588 commented on GitHub (Apr 5, 2025):
I can help you.
Try the following command:
poetry install --no-root
It reads pyproject.toml and installs the libraries (including LangChain) required by the sample programs.
@SimonSkywalke commented on GitHub (Apr 8, 2025):
Thank you for your help