Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Move Productionizing section to be higher
  • Loading branch information
aulorbe authored Aug 27, 2024
1 parent ba64732 commit ad9a551
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ The Pinecone TypeScript SDK is compatible with TypeScript >=4.1 and Node >=18.x.
npm install @pinecone-database/pinecone
```

## Productionizing

The Pinecone Typescript SDK is intended for **server-side use only**. Using the SDK within a browser context can **expose
your API key(s)**. If you have deployed the SDK to production in a browser, **please rotate your API keys.**


## Usage

### Initializing the client
Expand Down Expand Up @@ -963,8 +969,3 @@ generateQueryEmbeddings().then((embeddingsResponse) => {

// << Send query to Pinecone to retrieve similar documents >>
```

## Productionizing

The Pinecone Typescript SDK is intended for server-side use only. Using the SDK within a browser context can **expose
your API key(s)**. If you have deployed the SDK to production in a browser, **please rotate your API keys.**

0 comments on commit ad9a551

Please sign in to comment.