This repository has been archived by the owner on Oct 30, 2024. It is now read-only.
add: rolling markdown splitter #163
Annotations
5 errors
Full Test Suite:
pkg/datastore/textsplitter/markdown_rolling/markdown_rolling_test.go#L10
assignment mismatch: 1 variable but NewMarkdownTextSplitter returns 2 values
|
Full Test Suite:
pkg/datastore/textsplitter/markdown_rolling/markdown_rolling_test.go#L48
multiple-value NewMarkdownTextSplitter() (value of type (*MarkdownTextSplitter, error)) in single-value context
|
Full Test Suite:
pkg/datastore/textsplitter/markdown_rolling/markdown_rolling_test.go#L59
multiple-value NewMarkdownTextSplitter(WithIgnoreHeadingOnly(true)) (value of type (*MarkdownTextSplitter, error)) in single-value context
|
Full Test Suite:
pkg/datastore/textsplitter/markdown_rolling/markdown_rolling_test.go#L68
multiple-value NewMarkdownTextSplitter() (value of type (*MarkdownTextSplitter, error)) in single-value context
|
Full Test Suite
Process completed with exit code 2.
|