Why am I encountering errors when importing Pinecone vector database and working with its integration in Pipedream?

This topic was automatically generated from Slack. You can find the original thread here.

,I am trying to work with other vector database Pinecone but when i am trying to import pinecone , it throws the error and not getting imported .
I noticed that there is pinecone integration in pipedream which allows the use of requests but i am not able to perform few operations using requests. The error which i am getting is :

@U03CXTHK4RF @UN1BV42B1 Since we cant use pinecone library we are not able to use Pinecone.from_documents(texts, embeddings, index_name=index_name) which creates the embedding for the texts on its own and store it in the mentioned index in the function .

when i am trying to run it i get :

I believe pinecone python client library is not compatible with Pipedream for now (Pipedream Python is still in beta). I would suggest you to use Node.js client if possible

I noticed that there is pinecone integration in pipedream which allows the use of requests but i am not able to perform few operations using requests
Also, could you please create an issue to request those operation you need? Stating the API doc?