Skip to content

Commit

Permalink
feat(transformers): builder for chunk_markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
timonv committed Jun 16, 2024
1 parent 318e538 commit c074cc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swiftide/src/transformers/chunk_markdown.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use futures_util::{stream, StreamExt};
use text_splitter::{Characters, MarkdownSplitter};

#[derive(Debug, Builder)]
#[builder(pattern = "owned")]
#[builder(pattern = "owned", setter(into, strip_option))]
pub struct ChunkMarkdown {
chunker: MarkdownSplitter<Characters>,
#[builder(default)]
Expand Down

0 comments on commit c074cc0

Please sign in to comment.