5 ms·
Very nice! I added a similar feature to https://sitespeak.ai https://sitespeak.ai recently that allows my users to connect their virtual assistant to a Sqlite d
by kizum 3y ago
Very nice! I added a similar feature to https://sitespeak.ai https://sitespeak.ai recently that allows my users to connect their virtual assistant to a Sqlite database to retrieve data to answer visitor questions. Initially this was just a way around the difficulty of "chatting to a CSV" so the solution was to convert any CSV to a Sqlite database and using that, but it's proved very useful.
Will definitely look at using Dataherald for adding proper SQL support!
- aazo11 3y agoThanks. Let us know if we can help out in any way. We just set up a Discord server you can join as well https://discord.gg/A59Uxyy2k9 https://discord.gg/A59Uxyy2k9
- saigal 3y agoVery cool! is this mostly for unstructured data search? Any interest in adding tabular / structured data NL search?
- kizum 3y agoYes, most customers are using it for unstructured data, but a few do use it with structured data. For those I currently use Langchain's API and SQL chains.