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

Struct PointRequest

pkg/qdrant/point.go:16–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14)
15
16type PointRequest struct {
17 Points []Point `json:"points"`
18}
19
20type Point struct {
21 ID string `json:"id"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected