@vectorize-io/vectorize-client
    Preparing search index...

    Interface Qdrant

    Qdrant

    interface Qdrant {
        config: QDRANTAuthConfig;
        name: string;
        type: "QDRANT";
    }
    Index

    Properties

    Properties

    Qdrant

    name: string

    Name of the connector

    Qdrant

    type: "QDRANT"

    Connector type (must be "QDRANT")

    Qdrant