OptionalauthThe connection parameters for Weaviate's public APIs.
OptionalheadersAdditional headers that should be passed to Weaviate in the underlying requests. E.g., X-OpenAI-Api-Key
OptionalproxiesThe 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.
OptionalskipWhether to skip the initialization checks
OptionaltimeoutThe timeouts to use when making requests to Weaviate
The credentials used to authenticate with Weaviate.
Can be any of
AuthUserPasswordCredentials,AuthAccessTokenCredentials,AuthClientCredentials, andApiKey.