chatbot with RAG and Tool(function) calling #20273
Replies: 5 comments 3 replies
-
For me also having the same objective can anybody help on this. |
Beta Was this translation helpful? Give feedback.
-
Did you resolve this issue? I have the same issue, still couldn't find the proper solution for this. |
Beta Was this translation helpful? Give feedback.
-
yes,
Hope this will solve your usecase. |
Beta Was this translation helpful? Give feedback.
-
I got error like this, "Input to ChatPromptTemplate is missing variables {'context'}. Expected: ['agent_scratchpad', 'chat_history', 'context', 'input'] Received: ['input', 'chat_history', 'intermediate_steps', 'agent_scratchpad'] Is there any way to resolve this issue |
Beta Was this translation helpful? Give feedback.
-
@aditya11ad |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
How can we combine these two concepts:
1 chatbot with Retrieval (Ref 1)
2 chatbot with tool usage (Ref 2)
My objective:
to create a chatbot-agent capable of: Retrival from context and if function(tool) call needed then only call the tool. (while maintaining the history)
Beta Was this translation helpful? Give feedback.
All reactions