Skip to content

Commit

Permalink
docs: fix docs for timeout_config for WeaviateDocumentStore to give c…
Browse files Browse the repository at this point in the history
…orrect description of connect timeout (#7380)
  • Loading branch information
baldpanda authored Mar 19, 2024
1 parent 553badc commit f389dcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haystack/document_stores/weaviate.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f389dcf

Please sign in to comment.