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

Struct FetchVector

golang/internal/memory/pinecone/pinecone.go:197–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195}
196
197type FetchVector struct {
198 ID string `json:"id"`
199 Values []float32 `json:"values,omitempty"`
200 SparseValues *SparseVector `json:"sparseValues,omitempty"`
201 Metadata map[string]interface{} `json:"metadata,omitempty"`
202}
203
204type FetchResponse struct {
205 Vectors map[string]FetchVector `json:"vectors"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected