(options *UpsertOptions)
| 11 | Fetch(options *FetchOptions) (*FetchOutput, error) |
| 12 | Update(options *UpdateOptions) (*UpdateOutput, error) |
| 13 | Upsert(options *UpsertOptions) (*UpsertOutput, error) |
| 14 | } |
| 15 | |
| 16 | type PineconeAdapter struct { |
no outgoing calls
no test coverage detected