Skip to content

Commit b384a59

Browse files
julian-rischclaude
andcommitted
chore: add opening sentence to __init__ docstrings in unstructured and valkey
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent e60f8a6 commit b384a59

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

  • integrations

integrations/unstructured/src/haystack_integrations/components/converters/unstructured/converter.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ def __init__(
5656
progress_bar: bool = True, # noqa: FBT001, FBT002
5757
) -> None:
5858
"""
59+
Create an `UnstructuredFileConverter` instance.
60+
5961
:param api_url: URL of the Unstructured API. Defaults to the URL of the hosted version.
6062
If you run the API locally, specify the URL of your local API (e.g. `"http://localhost:8000/general/v0/general"`).
6163
:param api_key: API key for the Unstructured API.

integrations/valkey/src/haystack_integrations/components/retrievers/valkey/embedding_retriever.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ def __init__(
6868
filter_policy: str | FilterPolicy = FilterPolicy.REPLACE,
6969
) -> None:
7070
"""
71+
Create a `ValkeyEmbeddingRetriever` instance.
72+
7173
:param document_store: The Valkey Document Store.
7274
:param filters: Filters applied to the retrieved Documents.
7375
:param top_k: Maximum number of Documents to return.

0 commit comments

Comments
 (0)