
Pinecone Integration
Pricing
Pay per usage

Pinecone Integration
This integration transfers data from Apify Actors to a Pinecone and is a good starting point for a question-answering, search, or RAG use case.
4.6 (5)
Pricing
Pay per usage
29
Monthly users
124
Runs succeeded
94%
Response time
4 days
Last modified
13 days ago
Reduce Input and output token sizes for pinecone integration
See attached file. I am trying to integrate WCC with Pinecone to send the vector files to Pinecone.

Thank you for your interest in the Pinecone integration!
This issue occurs when the text is too long to compute text embeddings. To resolve this, you need to split the data into smaller sections, called chunks. The parameters chunkSize
and chunkOverlap
are crucial for this process. The ideal settings will depend on your use case, as proper chunking can optimize retrieval and improve response accuracy.
Please enable performChunking
and set the values according to your needs:
1{ 2 "performChunking": true, 3 "chunkSize": 2000, 4 "chunkOverlap": 200 5}
You can find more information in the Actor documentation or the Pinecone documentation.
I'll close the issue now. Let me know if you have any further questions.
Pricing
Pricing model
Pay per usageThis Actor is paid per platform usage. The Actor is free to use, and you only pay for the Apify platform usage.