5 ms·
Bridging the gap between AI and data warehouses is crucial, but I’m not sure SQL is the best fit for AI engineers who mainly work with Python and AI APIs. At D
by dmpetrov 2y ago
Bridging the gap between AI and data warehouses is crucial, but I’m not sure SQL is the best fit for AI engineers who mainly work with Python and AI APIs.
At DataChain, we are solving this by creating a Python API that translates to SQL under the hood, which is pretty easy now with Pydantic. https://github.com/iterative/datachain https://github.com/iterative/datachain
WDYT?
- richardmeng 2y agoRight, our product is designed for data practitioners who want snappy data analytics on unstructured data. Thanks for sharing your project, super cool idea! What does it take if we want to integrate our SQL engine with datachain?
- dmpetrov 2y agoIt uses SQLite in open-source. In SaaS - proprietary data warehouses where your engine can be integrated.