fix: Embedding model component format issues (#7733)

* fix format issues

* [autofix.ci] apply automated fixes

* Update embedding_model.py

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
Edwin Jose 2025-04-22 12:25:42 -04:00 committed by GitHub
commit cbfd23dfb2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -58,7 +58,7 @@ class EmbeddingModelComponent(LCEmbeddingsModel):
IntInput(
name="dimensions",
display_name="Dimensions",
info="The number of dimensions the resulting output embeddings should have. Only supported by certain models.",
info="The number of dimensions the resulting output embeddings should have.",
advanced=True,
),
IntInput(name="chunk_size", display_name="Chunk Size", advanced=True, value=1000),