| 30 | } |
| 31 | |
| 32 | type PointSearchRequest struct { |
| 33 | Params map[string]interface{} `json:"params"` |
| 34 | Vector []float64 `json:"vector"` |
| 35 | Limit int `json:"limit"` |
| 36 | WithPayload bool `json:"with_payload"` |
| 37 | WithVector bool `json:"with_vector"` |
| 38 | } |
| 39 | type Match struct { |
| 40 | Value string `json:"value"` |
| 41 | } |
nothing calls this directly
no outgoing calls
no test coverage detected