AutoGen+Langchain can't read my local files. #271
Replies: 2 comments 7 replies
-
What error message did you get? @ElliotWood is the author of the LangChain tooling. |
Beta Was this translation helpful? Give feedback.
-
Am also very confused by how does it defines tools, these decorators not work anymore? @user_proxy.register_function() |
Beta Was this translation helpful? Give feedback.
-
I made some modifications to your code sample, replacing it with my own model instead of GPT-4. Initially, everything went smoothly. However, when I used the following code, the Langchain_AutoGen() function couldn't access and read local files. On the other hand, the agentchat_groupchat() function worked perfectly, delivering the same quality as GPT-4.
I didn't use Docker; instead, I installed the package directly in a Conda environment using pip.
Beta Was this translation helpful? Give feedback.
All reactions