langchain.js
    Preparing search index...

    Interface for the arguments required by the Milvus class constructor.

    interface MilvusLibArgs {
        autoId?: boolean;
        clientConfig?: ClientConfig;
        collectionName?: string;
        indexCreateOptions?: IndexCreateOptions;
        partitionKey?: string;
        partitionKeyMaxLength?: number;
        partitionName?: string;
        password?: string;
        primaryField?: string;
        ssl?: boolean;
        textField?: string;
        textFieldMaxLength?: number;
        url?: string;
        username?: string;
        vectorField?: string;
    }
    Index

    Properties

    autoId?: boolean
    clientConfig?: ClientConfig
    collectionName?: string
    indexCreateOptions?: IndexCreateOptions
    partitionKey?: string
    partitionKeyMaxLength?: number
    partitionName?: string
    password?: string
    primaryField?: string
    ssl?: boolean
    textField?: string
    textFieldMaxLength?: number
    url?: string
    username?: string
    vectorField?: string