Using Apify with unstructured.io

Hi, I've experimented with Unstructured for RAG of a PDF and I am hoping Apify would be a good fit for scraping web data and then processing the result with Unstructured to chunk the data for RAG. But I did not find any mention of Unstructured here and I wonder if these tools play well together or should I take another approach? Thanks for any pointers!
1 Reply
vicious-gold
vicious-gold2y ago
You can create an actor and implement it inside of it, should work like any normal Python app. You can process the data before pushing it to the Actor's dataset https://docs.apify.com/sdk/python/

Did you find this page helpful?