- Issue created by @marcus_johansson
We need helper document loader interfaces for abstracting things, like scraping web pages, loading pdfs, csv, word etc, loading Google Docs from the cloud.
Think about how Langchain is doing it: https://python.langchain.com/docs/integrations/document_loaders/
* Create a DocumentLoaderInterface (DocumentloaderInterface?)
* Create a plugin manager.
* Use similar OperationType scenario for them.
* Add events for them, so its possible to change parameters and log.
...
Active
1.1
AI Core module