Added chunking and saving embeddings
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
package embed
|
||||
|
||||
type Chuner struct {
|
||||
MaxChunks int
|
||||
Overlap int
|
||||
}
|
||||
|
||||
func Chunk(text string) []uint32 {
|
||||
splitSentences
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user