haystack-core-integrations icon indicating copy to clipboard operation
haystack-core-integrations copied to clipboard

Build LlamaHub Integration

Open TuanaCelik opened this issue 2 years ago • 0 comments

LlamaHub has added a function to convert outputs to haystack format, which luckily, seems compatible with 2.0 although it was built for 1.x.

The 'verified' data loaders have a standardized way to be loaded and used. Let's create an integration that consists of a custom component where the run function takes only a few things, such as: the name of the loader for download_loader('name of loader'), and the input expected for load_data()

image

TuanaCelik avatar Dec 11 '23 10:12 TuanaCelik