We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 522ae20 commit c46ebb2Copy full SHA for c46ebb2
embeddings.go
@@ -103,7 +103,7 @@ var stringToEnum = map[string]EmbeddingModel{
103
// then their vector representations should also be similar.
104
type Embedding struct {
105
Object string `json:"object"`
106
- Embedding []float64 `json:"embedding"`
+ Embedding []float32 `json:"embedding"`
107
Index int `json:"index"`
108
}
109
0 commit comments