use float32 in embeddings (#133)
This commit is contained in:
@@ -103,7 +103,7 @@ var stringToEnum = map[string]EmbeddingModel{
|
|||||||
// then their vector representations should also be similar.
|
// then their vector representations should also be similar.
|
||||||
type Embedding struct {
|
type Embedding struct {
|
||||||
Object string `json:"object"`
|
Object string `json:"object"`
|
||||||
Embedding []float64 `json:"embedding"`
|
Embedding []float32 `json:"embedding"`
|
||||||
Index int `json:"index"`
|
Index int `json:"index"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user