weaviate-client
    Preparing search index...

    Type Alias ConnectionParams

    type ConnectionParams = {
        grpc: ProtocolParams;
        http: ProtocolParams;
    }
    Index

    Properties

    Properties

    The connection paramaters for the gRPC API (http/2).

    The connection parameters for the REST and GraphQL APIs (http/1.1).