Skip to main content

Setup

Follow the instructions in the Pinecone Setup Guide to get started quickly with Pinecone.
We do not yet support Pinecone v6.x.x. We are actively working to achieve compatibility. In the meantime, we recommend using Pinecone v5.4.2 for the best experience.

Example

agent_with_knowledge.py

Async Support ⚡

Pinecone also supports asynchronous operations, enabling concurrency and leading to better performance.

async_pinecone.py
Use aload() and aprint_response() methods with asyncio.run() for non-blocking operations in high-throughput applications.

PineconeDb Params