Skip to content
Snippets Groups Projects
Unverified Commit b90c7e97 authored by Edoardo Abati's avatar Edoardo Abati Committed by GitHub
Browse files

Add missing type in `breakpoint_percentile_threshold` field (#13520)

add missing type in breakpoint_percentile_threshold field
parent 458c93d0
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@ class SemanticSplitterNodeParser(NodeParser):
),
)
breakpoint_percentile_threshold = Field(
breakpoint_percentile_threshold: int = Field(
default=95,
description=(
"The percentile of cosine dissimilarity that must be exceeded between a "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment