MCPcopy
hub / github.com/weaviate/weaviate / ObjectsWithVector

Method ObjectsWithVector

entities/search/result.go:85–92  ·  view source on GitHub ↗
(includeVector bool)

Source from the content-addressed store, hash-verified

83}
84
85func (rs Results) ObjectsWithVector(includeVector bool) []*models.Object {
86 objects := make([]*models.Object, len(rs))
87 for i, res := range rs {
88 objects[i] = res.ObjectWithVector(includeVector)
89 }
90
91 return objects
92}

Callers 3

ObjectsMethod · 0.95
QueryMethod · 0.80
getObjectsFromRepoMethod · 0.80

Calls 1

ObjectWithVectorMethod · 0.80

Tested by

no test coverage detected