chunker

package
v0.0.0-beta.30 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 23, 2026 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Chunk

type Chunk struct {
	Index   int
	Content string
	Tokens  int
}

type Chunker

type Chunker struct {
	// contains filtered or unexported fields
}

func New

func New(chunkSize, chunkOverlap int) *Chunker

func (*Chunker) Split

func (c *Chunker) Split(text string) []Chunk

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL