Describe the bug
This line is being printed a lot, can you only print if DEBUG is set to true or something?
|
log.Printf("Created a chunk of size %d, which is longer than the specified %d", total, t.chunkSize) |
Expected behavior
The line doesn't get printed unless in debug mode
Screenshots

Describe the bug
This line is being printed a lot, can you only print if DEBUG is set to true or something?
lingoose/textsplitter/textsplitter.go
Line 26 in 780ad85
Expected behavior
The line doesn't get printed unless in debug mode
Screenshots