Problem:
Talk to your textual data in a most effective way.
One problem with large language models (LLM) like ChatGPT and chatbots based on them is that they can hallucinate and return
great-sounding but wildly inaccurate results. The problem is that these LLMs
are inherently black boxes, so it is hard to fix and retrain models to reduce hallucinations.
Consequently, it might not be a good idea to depend on answers from the model if mission-critical tasks
or lives are at stake.
However, there is tremendous value in having the ability to interact with such chatbots and use them
as an interface for various applications.
Solution: