Find answers from the community

Updated 2 months ago

React agent

Hi all - question. , is ReAct chat agent built on top of langchain chat agent
L
a
9 comments
Nope, our react agent is built from scratch inside llama index
Took the time to hopefully make it better and easier to use πŸ™
We did a lot of benchmarks though, and the openai function calling api is slightly more reliable
cool, does it reach out to LLm to decide if the the tool should be used or not ?
Yea, that's the basis for how the react algorithm works πŸ‘

Whereas the function calling api uses a model fine tuned to figure out tool usage without technically asking it
then function calling API might be slightly faster , reliable not sure
Yea in our benchmarks that was the case!
We added an agent benchmark to the repo 😎
Add a reply
Sign up and join the conversation on Discord