genkitx-weaviate
    Preparing search index...

    Interface CollectionConfig

    Parameters for collection configuration.

    interface CollectionConfig {
        description?: string;
        name: string;
        properties?: { dataType: string; description?: string; name: string }[];
    }
    Index

    Properties

    description?: string

    Description of the collection.

    name: string

    Name of the collection.

    properties?: { dataType: string; description?: string; name: string }[]

    Properties of the collection.