| 115 | } |
| 116 | |
| 117 | type SparseVector struct { |
| 118 | Indices []int64 `json:"indices"` |
| 119 | Values []float32 `json:"values"` |
| 120 | } |
| 121 | |
| 122 | type QueryMatch struct { |
| 123 | ID string `json:"id"` |
nothing calls this directly
no outgoing calls
no test coverage detected