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

Struct SearchResult

pkg/qdrant/point.go:47–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47type SearchResult struct {
48 ID string `json:"id"`
49 Version int `json:"version"`
50 Score float64 `json:"score"`
51 Payload interface{} `json:"payload"`
52 Vector []float64 `json:"vector,omitempty"`
53}
54
55func CreatePoints(collectionName string, pointRequest PointRequest) (err error) {
56 response := &CommonResponse{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected