docs/integrations/tools/python/ #31356
Replies: 2 comments
-
ModuleNotFoundError Traceback (most recent call last) ModuleNotFoundError: No module named 'langchain_experimental' NOTE: If your import is failing due to a missing package, you can To view examples of installing some common dependencies, click the
|
Beta Was this translation helpful? Give feedback.
0 replies
-
! pip install langchain-experimental -q this solve the previous |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
docs/integrations/tools/python/
Sometimes, for complex calculations, rather than have an LLM generate the answer directly, it can be better to have the LLM generate code to calculate the answer, and then run that code to get the answer. In order to easily do that, we provide a simple Python REPL to execute commands in.
https://python.langchain.com/docs/integrations/tools/python/
Beta Was this translation helpful? Give feedback.
All reactions