Show HN: We made Trellis – a way to run SQL query on your unstructured data(demo.runtrellis.com)
demo.runtrellis.com
Show HN: We made Trellis – a way to run SQL query on your unstructured data
https://demo.runtrellis.com/
3 comments
Pretty cool! The health insurance set would have been pretty useful when shopping for insurance.
Thank you! One of our users used it to compare travel insurance policies.
Really neat sandbox! Wonder how this would scale to large amount of data .Do you plan to support other data sources like audio and videos as well?
We've built an AI engine that turns unstructured data into structured SQL-format based on the schema you define in natural language.
We spent a lot of time building ML infrastructure and realized that most data warehouses and data pipelines are not designed for unstructured data (documents, PDFs, calls).
While something like a Vector database and RAG are great at search tasks, they really struggle with aggregation and SQL type queries such as
1. How many emails in the past 6 months contain complaints about the product? 2. What are the top 3 features from feature request tickets?
Check out the sandbox (no sign-in required) at https://demo.runtrellis.com/
Some interesting results from analyzing Enron email can be found at https://demo.runtrellis.com/showcase/enron-email-analysis
You can also run the transformation on a larger amount of data
*by signing up here* https://dashboard.runtrellis.com/
We would love to hear your feedback and the different use cases that you come up with.