We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8af4cf8 commit 23237f7Copy full SHA for 23237f7
1 file changed
haystack/components/routers/document_length_router.py
@@ -37,6 +37,7 @@ class DocumentLengthRouter:
37
# "short_documents": [Document(content="Short", ...)],
38
# "long_documents": [Document(content="Long document ...", ...)],
39
# }
40
+ ```
41
"""
42
43
def __init__(self, *, threshold: int = 10) -> None:
0 commit comments