ucbepic / docetl

A system for agentic LLM-powered data processing and ETL
https://docetl.org
MIT License
1.29k stars 117 forks source link

Feature Request | Custom output loader to load to graph databases... #104

Open rajib76 opened 1 month ago

rajib76 commented 1 month ago

I wanted to request for this feature, where after extracting the information from the unstructured data, can we have a output loader, that can load the output to different types of database for example a graph DB, this will be useful for GraphRAG use cases.

shreyashankar commented 1 month ago

This would be cool! Do you imagine it having a similar interface to the custom input data parsers?

rajib76 commented 1 month ago

Yes Shreya, I should be able to tell it to load it to a graph database or a relational db. for example if I extract some structured information from a knowledge source, I should be able to load those information to a RDBMS