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