MCPcopy Index your code
hub / github.com/dgraph-io/dgraph / querySingleVector

Function querySingleVector

query/vector/vector_test.go:269–271  ·  view source on GitHub ↗
(t *testing.T, vector, pred string)

Source from the content-addressed store, hash-verified

267}
268
269func querySingleVector(t *testing.T, vector, pred string) ([]float32, error) {
270 return querySingleVectorError(t, vector, pred, true)
271}
272
273func queryAllVectorsPred(t *testing.T, pred string) ([][]float32, error) {
274 vectorQuery := fmt.Sprintf(`

Callers 3

TestVectorReindexFunction · 0.85
TestVectorDeleteFunction · 0.85

Calls 1

querySingleVectorErrorFunction · 0.85

Tested by

no test coverage detected