| 158 | } |
| 159 | |
| 160 | type UpdateOutput struct{} |
| 161 | |
| 162 | func (pa *PineconeAdapter) Update(options *UpdateOptions) (*UpdateOutput, error) { |
| 163 | _, err := pa.Client.Update(&pinecone.UpdateRequest{ |
nothing calls this directly
no outgoing calls
no test coverage detected