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:
parent
b48e57a223
commit
cbfd23dfb2
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ class EmbeddingModelComponent(LCEmbeddingsModel):
|
||||||
IntInput(
|
IntInput(
|
||||||
name="dimensions",
|
name="dimensions",
|
||||||
display_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,
|
advanced=True,
|
||||||
),
|
),
|
||||||
IntInput(name="chunk_size", display_name="Chunk Size", advanced=True, value=1000),
|
IntInput(name="chunk_size", display_name="Chunk Size", advanced=True, value=1000),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue