Skip to content

Commit b65e7ae

Browse files
committed
Update docstring description for embedding components
1 parent f15e614 commit b65e7ae

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

integrations/stackit/src/haystack_integrations/components/embedders/stackit/document_embedder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class STACKITDocumentEmbedder(OpenAIDocumentEmbedder):
3434
"intfloat/e5-mistral-7b-instruct",
3535
"Qwen/Qwen3-VL-Embedding-8B",
3636
]
37-
"""A non-exhaustive list of chat models supported by this component.
37+
"""A non-exhaustive list of embedding models supported by this component.
3838
See https://docs.stackit.cloud/products/data-and-ai/ai-model-serving/basics/available-shared-models
3939
for the full list."""
4040

integrations/stackit/src/haystack_integrations/components/embedders/stackit/text_embedder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class STACKITTextEmbedder(OpenAITextEmbedder):
2727
"intfloat/e5-mistral-7b-instruct",
2828
"Qwen/Qwen3-VL-Embedding-8B",
2929
]
30-
"""A non-exhaustive list of chat models supported by this component.
30+
"""A non-exhaustive list of embedding models supported by this component.
3131
See https://docs.stackit.cloud/products/data-and-ai/ai-model-serving/basics/available-shared-models
3232
for the full list."""
3333

0 commit comments

Comments
 (0)