Skip to content

Commit

Permalink
Merge pull request #3 from revelrylabs/develop
Browse files Browse the repository at this point in the history
Release 0.1.1
  • Loading branch information
stuartjohnpage authored Feb 28, 2024
2 parents 370b4b0 + 33a3a59 commit c4c2b1f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ You can use Recursive Chunk to split text up into any chunk size you wish, with
alias Chunker.TextChunker

text = "This is a sample text. It will be split into properly-sized chunks using the Chunker library."
opts = [chunk_size: 50, chunk_overlap: 5, format: :plaintext, strategy: &TextChunker.split/2,]
opts = [chunk_size: 50, chunk_overlap: 5, format: :plaintext, strategy: &Chunker.Strategies.RecursiveChunk.split/2]

iex> TextChunker.split(text, opts)

Expand Down
11 changes: 11 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Security Policy

## Supported Versions

| Version | Supported |
| ------- | ------------------ |
| 0.1.0 | :white_check_mark: |

## Reporting a Vulnerability

If you discover a vulnerability, and would like to report it, please send an email to support@revelry.co

0 comments on commit c4c2b1f

Please sign in to comment.