Interface ITextSplitterService
- Namespace
- FoundationaLLM.Common.Interfaces
- Assembly
- FoundationaLLM.Common.dll
Represents a text splitter.
public interface ITextSplitterService
- Extension Methods
Methods
SplitPlainText(string)
Splits plain text into multiple chunks.
List<TextChunk> SplitPlainText(string text)
Parameters
text
stringThe plain text to split.