Find answers from the community

Updated 3 months ago

Company database

hi all (also cc )

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.
L
t
2 comments
I think your best bet is converting the database into a csv, and loading with the PagedCDVReader.

Depending on how many rows it is, you can use GPTSimpleVectorIndex or a 3rd party vector store integration if the database is huge
Thank you very much @Logan M
Add a reply
Sign up and join the conversation on Discord