mirror of
https://github.com/ente-io/ente.git
synced 2025-08-08 07:28:26 +00:00
Fixed typo
This commit is contained in:
parent
be44665128
commit
acd61fc084
@ -146,7 +146,7 @@ func (c *Controller) GetFilesEmbedding(ctx *gin.Context, req ente.GetFilesEmbedd
|
||||
embeddingsWithData := make([]ente.Embedding, 0)
|
||||
noEmbeddingFileIds := make([]int64, 0)
|
||||
dbFileIds := make([]int64, 0)
|
||||
// fileIDs that were indexed but they don't contain any embedding information
|
||||
// fileIDs that were indexed, but they don't contain any embedding information
|
||||
for i := range userFileEmbeddings {
|
||||
dbFileIds = append(dbFileIds, userFileEmbeddings[i].FileID)
|
||||
if userFileEmbeddings[i].Size != nil && *userFileEmbeddings[i].Size < minEmbeddingDataSize {
|
||||
|
Loading…
x
Reference in New Issue
Block a user