revelrylabs / text_chunker_ex

A library for semantically coherent text chunking
MIT License
66 stars 4 forks source link

Engineer - Text Chunker - Alternative Chunking Strategies #1

Closed stuartjohnpage closed 7 months ago

stuartjohnpage commented 7 months ago

Background

Currently, we only implement one strategy choice: Recursive Split. This was reverse-engineered from LangChain, with plans to add more methods in the future. Open source library written in Elixir for handling recursion-based text-splitting.

Acceptance Criteria

Scenario: Implementing additional text-splitting strategies

Given the Text Chunker library is currently using only the Recursive Split strategy