Skip to content

Commit 9bc4fd5

Browse files
sjrldavidsbatista
andauthored
Fix doc links (#2661)
Co-authored-by: David S. Batista <dsbatista@gmail.com>
1 parent 23c76e3 commit 9bc4fd5

8 files changed

Lines changed: 11 additions & 11 deletions

File tree

integrations/amazon_bedrock/src/haystack_integrations/components/generators/amazon_bedrock/chat/chat_generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def weather(city: str):
140140
automatically from the environment or the AWS configuration file.
141141
If the AWS environment is not configured, set `aws_access_key_id`, `aws_secret_access_key`,
142142
and `aws_region_name` as environment variables or pass them as
143-
[Secret](https://docs.haystack.deepset.ai/v2.0/docs/secret-management) arguments. Make sure the region you set
143+
[Secret](https://docs.haystack.deepset.ai/docs/secret-management) arguments. Make sure the region you set
144144
supports Amazon Bedrock.
145145
"""
146146

integrations/amazon_bedrock/src/haystack_integrations/components/generators/amazon_bedrock/generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class AmazonBedrockGenerator:
5858
automatically from the environment or the AWS configuration file.
5959
If the AWS environment is not configured, set `aws_access_key_id`, `aws_secret_access_key`,
6060
`aws_session_token`, and `aws_region_name` as environment variables or pass them as
61-
[Secret](https://docs.haystack.deepset.ai/v2.0/docs/secret-management) arguments. Make sure the region you set
61+
[Secret](https://docs.haystack.deepset.ai/docs/secret-management) arguments. Make sure the region you set
6262
supports Amazon Bedrock.
6363
"""
6464

integrations/amazon_bedrock/src/haystack_integrations/components/rankers/amazon_bedrock/ranker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class AmazonBedrockRanker:
5252
automatically from the environment or the AWS configuration file.
5353
If the AWS environment is not configured, set `aws_access_key_id`, `aws_secret_access_key`,
5454
and `aws_region_name` as environment variables or pass them as
55-
[Secret](https://docs.haystack.deepset.ai/v2.0/docs/secret-management) arguments. Make sure the region you set
55+
[Secret](https://docs.haystack.deepset.ai/docs/secret-management) arguments. Make sure the region you set
5656
supports Amazon Bedrock.
5757
"""
5858

integrations/chroma/src/haystack_integrations/document_stores/chroma/document_store.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ def filter_documents(self, filters: Optional[dict[str, Any]] = None) -> list[Doc
240240
Returns the documents that match the filters provided.
241241
242242
For a detailed specification of the filters,
243-
refer to the [documentation](https://docs.haystack.deepset.ai/v2.0/docs/metadata-filtering).
243+
refer to the [documentation](https://docs.haystack.deepset.ai/docs/metadata-filtering).
244244
245245
:param filters: the filters to apply to the document list.
246246
:returns: a list of Documents that match the given filters.
@@ -260,7 +260,7 @@ async def filter_documents_async(self, filters: Optional[dict[str, Any]] = None)
260260
Asynchronous methods are only supported for HTTP connections.
261261
262262
For a detailed specification of the filters,
263-
refer to the [documentation](https://docs.haystack.deepset.ai/v2.0/docs/metadata-filtering).
263+
refer to the [documentation](https://docs.haystack.deepset.ai/docs/metadata-filtering).
264264
265265
:param filters: the filters to apply to the document list.
266266
:returns: a list of Documents that match the given filters.

integrations/mistral/src/haystack_integrations/components/generators/mistral/chat/chat_generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class MistralChatGenerator(OpenAIChatGenerator):
3434
This component uses the ChatMessage format for structuring both input and output,
3535
ensuring coherent and contextually relevant responses in chat-based text generation scenarios.
3636
Details on the ChatMessage format can be found in the
37-
[Haystack docs](https://docs.haystack.deepset.ai/v2.0/docs/data-classes#chatmessage)
37+
[Haystack docs](https://docs.haystack.deepset.ai/docs/data-classes#chatmessage)
3838
3939
For more details on the parameters supported by the Mistral API, refer to the
4040
[Mistral API Docs](https://docs.mistral.ai/api/).

integrations/mongodb_atlas/src/haystack_integrations/document_stores/mongodb_atlas/document_store.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ def filter_documents(self, filters: Optional[dict[str, Any]] = None) -> list[Doc
283283
Returns the documents that match the filters provided.
284284
285285
For a detailed specification of the filters,
286-
refer to the Haystack [documentation](https://docs.haystack.deepset.ai/v2.0/docs/metadata-filtering).
286+
refer to the Haystack [documentation](https://docs.haystack.deepset.ai/docs/metadata-filtering).
287287
288288
:param filters: The filters to apply. It returns only the documents that match the filters.
289289
:returns: A list of Documents that match the given filters.
@@ -299,7 +299,7 @@ async def filter_documents_async(self, filters: Optional[dict[str, Any]] = None)
299299
Asynchronously returns the documents that match the filters provided.
300300
301301
For a detailed specification of the filters,
302-
refer to the Haystack [documentation](https://docs.haystack.deepset.ai/v2.0/docs/metadata-filtering).
302+
refer to the Haystack [documentation](https://docs.haystack.deepset.ai/docs/metadata-filtering).
303303
304304
:param filters: The filters to apply. It returns only the documents that match the filters.
305305
:returns: A list of Documents that match the given filters.

integrations/pgvector/src/haystack_integrations/document_stores/pgvector/document_store.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -764,7 +764,7 @@ def filter_documents(self, filters: Optional[dict[str, Any]] = None) -> list[Doc
764764
Returns the documents that match the filters provided.
765765
766766
For a detailed specification of the filters,
767-
refer to the [documentation](https://docs.haystack.deepset.ai/v2.0/docs/metadata-filtering)
767+
refer to the [documentation](https://docs.haystack.deepset.ai/docs/metadata-filtering)
768768
769769
:param filters: The filters to apply to the document list.
770770
:raises TypeError: If `filters` is not a dictionary.
@@ -801,7 +801,7 @@ async def filter_documents_async(self, filters: Optional[dict[str, Any]] = None)
801801
Asynchronously returns the documents that match the filters provided.
802802
803803
For a detailed specification of the filters,
804-
refer to the [documentation](https://docs.haystack.deepset.ai/v2.0/docs/metadata-filtering)
804+
refer to the [documentation](https://docs.haystack.deepset.ai/docs/metadata-filtering)
805805
806806
:param filters: The filters to apply to the document list.
807807

integrations/pinecone/src/haystack_integrations/document_stores/pinecone/document_store.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ def filter_documents(self, filters: Optional[dict[str, Any]] = None) -> list[Doc
279279
Returns the documents that match the filters provided.
280280
281281
For a detailed specification of the filters,
282-
refer to the [documentation](https://docs.haystack.deepset.ai/v2.0/docs/metadata-filtering)
282+
refer to the [documentation](https://docs.haystack.deepset.ai/docs/metadata-filtering)
283283
284284
:param filters: The filters to apply to the document list.
285285
:returns: A list of Documents that match the given filters.

0 commit comments

Comments
 (0)