pinecone-io / pinecone-ts-client

The official TypeScript/Node client for the Pinecone vector database
https://www.pinecone.io
Apache License 2.0
166 stars 36 forks source link

Update `sourceTag` normalization to include `:` as an allowed character #234

Closed austin-denoble closed 2 weeks ago

austin-denoble commented 2 weeks ago

Problem

We want to allow : in sourceTags that are applied to user-agent headers on network requests.

Solution

Type of Change

Test Plan

Test locally using the TyepScript repl with PINECONE_DEBUG and PINECONE_DEBUG_CURL to monitor network traffic: Screenshot 2024-06-26 at 7 17 05 PM