asyncio
for single-threaded, asynchronous requests in Python, see Asyncio support.
This example assumes the following:
- You have a 1536-dimension serverless index called
docs-example
. - You have the Pinecone Python SDK and
concurrent.futures
andnumpy
packages installed.