indexer = GPTPineconeIndex('', pinecone_index=self.index, pinecone_kwargs={'namespace': self.namespace})
response = indexer.query(self.query)
print(response)
return response
GPTPineconeIndex([], ...)
(not sure if your first argument was supposed to be an empty string)GPTPineconeIndex
, however, I am not sure that argument is used when querying.