Remove debug print statements from ToUpsertOptions method in BaseUpsertRequest to clean up code and improve readability.
This commit is contained in:
parent
b2f0ef2a67
commit
ec91fca5c9
1 changed files with 0 additions and 4 deletions
|
|
@ -244,10 +244,6 @@ func (r *BaseUpsertRequest) ToUpsertOptions(fileInfo ...string) (*types.UpsertOp
|
||||||
}
|
}
|
||||||
options.ChunkingOptions = chunkingOpts
|
options.ChunkingOptions = chunkingOpts
|
||||||
|
|
||||||
fmt.Println("========== debug options ==========")
|
|
||||||
fmt.Printf("%+v\n", chunkingOpts)
|
|
||||||
fmt.Println("========== options ==========")
|
|
||||||
|
|
||||||
// Resolve and create embedding provider
|
// Resolve and create embedding provider
|
||||||
embeddingOption, err := r.Embedding.ProviderOption("embedding", locale)
|
embeddingOption, err := r.Embedding.ProviderOption("embedding", locale)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue