Optional auth?: AuthCredentialsThe connection parameters for Weaviate's public APIs.
Optional headers?: HeadersInitAdditional headers that should be passed to Weaviate in the underlying requests. E.g., X-OpenAI-Api-Key
Optional proxies?: ProxiesParamsThe connection parameters for any tunnelling proxies that should be used.
Note, if your proxy is a forwarding proxy then supply its configuration as if it were the Weaviate server itself using rest and grpc.
Optional skipWhether to skip the initialization checks
Optional timeout?: TimeoutParamsThe timeouts to use when making requests to Weaviate
The credentials used to authenticate with Weaviate.
Can be any of
AuthUserPasswordCredentials,AuthAccessTokenCredentials,AuthClientCredentials, andApiKey.