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

Struct Must

pkg/qdrant/point.go:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 Value string `json:"value"`
41}
42type Must struct {
43 Key string `json:"key"`
44 Match Match `json:"match"`
45}
46
47type SearchResult struct {
48 ID string `json:"id"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected