MCPcopy Create free account
hub / github.com/Stylsheets/TaskEaseGPT / QueryMatch

Struct QueryMatch

golang/internal/memory/pinecone/pinecone.go:122–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122type QueryMatch struct {
123 ID string `json:"id"`
124 Score float32 `json:"score"`
125 Values []float32 `json:"values,omitempty"`
126 SparseValues *SparseVector `json:"sparseValues,omitempty"`
127 Metadata map[string]interface{} `json:"metadata,omitempty"`
128}
129
130type QueryResponse struct {
131 Matches []QueryMatch `json:"matches"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected