Replies: 3 comments 3 replies
-
🤖 Hello @Abe410! Good to see you here again. Let's dive into this issue together. Based on the error message you provided, it seems like the LangChain framework is unable to recognize the type of message you're passing to the The error message This could be due to a few reasons:
To troubleshoot this issue, you could try the following steps:
If none of these steps resolve your issue, please provide more information about your environment (e.g., Python version, operating system, etc.) and any other relevant details that could help diagnose the problem. As for the similar issues found in the LangChain repository, they seem to be slightly different from your case. The first issue was about the I hope this helps! If you have any other questions or need further clarification, feel free to ask. Sources
This response is meant to be useful and save you time. It is not meant to be a precise solution, but rather a starting point for your own research. Help me be more useful! Please leave a 👍 if this is helpful and 👎 if it is irrelevant. If you want to continue the conversation, start your reply with @dosu-bot. |
Beta Was this translation helpful? Give feedback.
-
What version of langchain are you on? The code you posted works for me. see if upgrading to a newer version works? |
Beta Was this translation helpful? Give feedback.
-
what turn out to be the problem in my scenario to get the same error was importing the right stuff
instead of
we used to spend tons of time with tensorflow ... |
Beta Was this translation helpful? Give feedback.
-
I am running the following code snippet
But I get the following error when I run it. I ran the exact same code yesterday but it was working fine. What can be the reason?
Beta Was this translation helpful? Give feedback.
All reactions