Create a new pipeline or open an existing pipeline.
Add a data loader or data exporter with Template. Under “Databases” category you can
find the “Weaviate” template. Then use corresponding load and export functions.
data loader arguments:
properties (List): list of columns to load.
collection (str): name of the collection. Defaults to the name defined in io_config.yaml.
with_limit (int): limit number of results returned.
with_text (str): text to query.
data exporter arguments:
df (DataFrame): data frame to write.
collection (str): name of the collection.
Add your customized code into the loader, exporter or add extra transformer blocks.