Files
souvenir/db/embed/chunker.go
T
2026-06-24 16:12:42 +02:00

11 lines
122 B
Go

package embed
type Chuner struct {
MaxChunks int
Overlap int
}
func Chunk(text string) []uint32 {
splitSentences
}