Skip to content

Release v6.1.4

Choose a tag to compare

@jhamon jhamon released this 22 Jan 20:19

What's changed

This patch release adds an optional configuration that can allow AI coding agents working with the SDK to identify themselves. This information is incorporated into request User-Agent headers to help us track how our product is being used.

const pc = new Pinecone({
   apiKey: 'your-api-key',
   caller: {
     provider: 'google',
     model: 'gemini'
   }
});

Full Changelog: v6.1.3...v6.1.4