| 67 | } |
| 68 | |
| 69 | type QueryOutput struct { |
| 70 | Matches []pinecone.QueryMatch |
| 71 | Namespace string |
| 72 | } |
| 73 | |
| 74 | func (pa *PineconeAdapter) Query(options *QueryOptions) (*QueryOutput, error) { |
| 75 | res, err := pa.Client.Query(&pinecone.QueryRequest{ |
nothing calls this directly
no outgoing calls
no test coverage detected