MCPcopy Create free account
hub / github.com/coderabbit214/document-ai / PointSearchRequest

Struct PointSearchRequest

pkg/qdrant/point.go:32–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32type 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}
39type Match struct {
40 Value string `json:"value"`
41}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected