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

Struct UpdateOptions

golang/internal/memory/memory/memory.go:152–158  ·  view source on GitHub ↗

Update

Source from the content-addressed store, hash-verified

150// Update
151
152type UpdateOptions struct {
153 ID string
154 Values []float32
155 SparseValues *pinecone.SparseVector
156 SetMetadata map[string]string
157 Namespace string
158}
159
160type UpdateOutput struct{}
161

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected