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

Struct SparseVector

golang/internal/memory/pinecone/pinecone.go:117–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117type SparseVector struct {
118 Indices []int64 `json:"indices"`
119 Values []float32 `json:"values"`
120}
121
122type QueryMatch struct {
123 ID string `json:"id"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected