-
Notifications
You must be signed in to change notification settings - Fork 15.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Agent Executor Error code: 404 #15004
Comments
🤖 Hey @shamussim-ai! 👋 I'm Dosu, a friendly bot here to assist you with your LangChain concerns. While we're waiting for a human maintainer, feel free to ask me anything regarding bugs, questions, or even becoming a contributor. Looking forward to helping you out! 😊 Based on the error message you provided, it seems like the issue might be related to the The def load_agent_executor(
llm: BaseLanguageModel,
tools: List[BaseTool],
verbose: bool = False,
include_task_in_prompt: bool = False,
) -> ChainExecutor: Here, Given this, I would recommend checking the arguments you are passing to the If the issue persists, could you please provide more details about the error, such as the line of code causing the error and the full error message? This will help in diagnosing the problem more accurately. You can find more information about the I hope this helps! If you have any more questions, feel free to ask. -Dosu 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. |
Seems like tthis was caused by a Azure Chat OpenAI issues. |
System Info
Python 3.10.10
langchain 0.0.350
langchain-community 0.0.3
langchain-core 0.1.1
Windows Machine
VSCode
Who can help?
No response
Information
Related Components
Reproduction
Here I am pretty much following the official tutorial with a modification where I used Pinecone Vector DB instead of Chroma.
Tutorial link- https://python.langchain.com/docs/use_cases/question_answering/conversational_retrieval_agents#the-prompt-template
Code
As part of my sanity check. I ran the following which all returned intelligible outputs.
Error
My understanding of the error is that something is not working with the 'tools'. Although I cant work out why because the retriever is working just fine. Appreciate any advise on this.
Expected behavior
Expect 'normal' chatbot output
The text was updated successfully, but these errors were encountered: