Type alias ProxiesParams

ProxiesParams: {
    grpc?: string;
}

You can only specify the gRPC proxy URL at this point in time. This is because ProxiesParams should be used to define tunnelling proxies and Weaviate does not support tunnelling proxies over HTTP/1.1 at this time.

To use a forwarding proxy you should instead specify its URL as if it were the Weaviate instance itself.

Type declaration

  • Optional grpc?: string