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

Struct PointResponse

pkg/qdrant/point.go:26–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26type PointResponse struct {
27 Result interface{} `json:"result"`
28 Status interface{} `json:"status"`
29 Time float64 `json:"time"`
30}
31
32type PointSearchRequest struct {
33 Params map[string]interface{} `json:"params"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected