Hi
I am trying to create a bot that can answer questions based on a few databases we maintain at work. All of them can be accessed using locally authenticated APIs.
Whats the most efficient and sustainable way to achieve this?
Hi
I am trying to create a bot that can answer questions based on a few databases we maintain at work. All of them can be accessed using locally authenticated APIs.
Whats the most efficient and sustainable way to achieve this?
Hi. Any ideas on this please?
More details would be nice.
How big are your databases? How nuanced in the information? Are the values filled with semantics, or values? Is this a public-facing chatbot or private?
You should really know the answers to these questions before thinking about implementation specifics
Hi
The chatbot will be private - databases are medium size. They carry values.
The information is nuanced
You may want to consider using function calling then.