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

Struct Match

pkg/qdrant/point.go:39–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 WithVector bool `json:"with_vector"`
38}
39type Match struct {
40 Value string `json:"value"`
41}
42type Must struct {
43 Key string `json:"key"`
44 Match Match `json:"match"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected