| 127 | } |
| 128 | |
| 129 | type FetchOutput struct { |
| 130 | Vectors map[string]pinecone.FetchVector |
| 131 | Namespace string |
| 132 | } |
| 133 | |
| 134 | func (pa *PineconeAdapter) Fetch(options *FetchOptions) (*FetchOutput, error) { |
| 135 | res, err := pa.Client.Fetch(&pinecone.FetchRequest{ |
nothing calls this directly
no outgoing calls
no test coverage detected