diff --git a/haystack/document_stores/weaviate.py b/haystack/document_stores/weaviate.py index 43c4b802bd..5143c330f7 100644 --- a/haystack/document_stores/weaviate.py +++ b/haystack/document_stores/weaviate.py @@ -104,7 +104,7 @@ def __init__( :param host: Weaviate server connection URL for storing and processing documents and vectors. For more details, see [Weaviate installation](https://weaviate.io/developers/weaviate/current/getting-started/installation.html). :param port: The port of the Weaviate instance. - :param timeout_config: The Weaviate timeout config as a tuple of (retries, time out seconds). + :param timeout_config: The Weaviate timeout config as a tuple of (connect timeout, read timeout). :param username: The Weaviate username (standard authentication using http_auth). :param password: Weaviate password (standard authentication using http_auth). :param scope: The scope of the credentials when using the OIDC Resource Owner Password or Client Credentials authentication flow.