I am investigating an enterprise use case whereby I could use a chat interface to search quite a large database of companies.
Can anyone give me a high level explanation on what you would need to do to enable this? How would we actually be able to retrieve information on specific companies and their characteristics? Is it loading and embedding all of the text data? Or is there a way to build an API that exposes the contents of the table and makes it retrievable/ searchable in natural language?
Really grateful for any help esp if there are any great tutorials.