Hacker News new | ask | show | jobs
by ai_what 749 days ago
Looks good at first sight!

Is this essentially a RAG solution? Or is this focused more on ease of use and being able to quickly use all kinds of different data types?

1 comments

Thanks! It's pretty general purpose. It has a retrieval API for RAG use cases. It can be used for building agents too, which might only care about data from certain data sources and get invoked on any changes. Some of our users use it for just data extraction from PDFs.

The patterns for embedding, structured extraction for different data types doesn't change much for each use-cases, if the underlying API and storage subsystem is flexible.