From 08f488a9c21a3a15d17a336643dca4e1943d0df8 Mon Sep 17 00:00:00 2001 From: jlonge4 Date: Thu, 7 Nov 2024 21:02:38 -0500 Subject: [PATCH] lint --- .../haystack_integrations/components/connectors/jina/reader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/jina/src/haystack_integrations/components/connectors/jina/reader.py b/integrations/jina/src/haystack_integrations/components/connectors/jina/reader.py index 4027e9ba0..8eec268af 100644 --- a/integrations/jina/src/haystack_integrations/components/connectors/jina/reader.py +++ b/integrations/jina/src/haystack_integrations/components/connectors/jina/reader.py @@ -46,7 +46,7 @@ def __init__( :param mode: The operation mode for the reader (READ, SEARCH, or GROUND). See each Mode and its function here https://jina.ai/reader/ :param api_key: The Jina API key. It can be explicitly provided or automatically read from the environment variable JINA_API_KEY (recommended). - :param json_response: A boolean to indicate whether to return the response in JSON format. Default is True. + :param json_response: A boolean to indicate whether to return the response in JSON format. Default is True. If set to False, the response will be in markdown format. """ resolved_api_key = api_key.resolve_value()