Skip to content

Milvusoutput

flowtask.components.MilvusOutput

MilvusOutput

MilvusOutput(loop=None, job=None, stat=None, **kwargs)

Bases: MilvusStore, FlowComponent

Milvus Database Vectorstore Output.

Example:
MilvusOutput:
    credentials:
    collection_name: lg_products
    db_name: lg
    embedding_model:
    model_name: thenlper/gte-base
    model_type: transformers
    vector_field: vector
    text_field: text
    pk: source_type
    consistency_level: Bounded

run async

run()

Saving Langchain Documents on a Milvus Database.