Update
| 150 | // Update |
| 151 | |
| 152 | type UpdateOptions struct { |
| 153 | ID string |
| 154 | Values []float32 |
| 155 | SparseValues *pinecone.SparseVector |
| 156 | SetMetadata map[string]string |
| 157 | Namespace string |
| 158 | } |
| 159 | |
| 160 | type UpdateOutput struct{} |
| 161 |
nothing calls this directly
no outgoing calls
no test coverage detected