File tree Expand file tree Collapse file tree
integrations/stackit/src/haystack_integrations/components/embedders/stackit Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments