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

Struct Point

pkg/qdrant/point.go:20–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20type Point struct {
21 ID string `json:"id"`
22 Payload interface{} `json:"payload"`
23 Vector []float64 `json:"vector"`
24}
25
26type PointResponse struct {
27 Result interface{} `json:"result"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected