2.1.1 • Published 2 months ago

@pinecone-database/pinecone v2.1.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 months ago

README: Upcoming v1 client

This README is a draft related to an upcoming release of the node pinecone client. Everything in this document is subject to change.

Client Initialization

To get started, you need to create a client that specifies your Pinecone credentials. These values are found in Pinecone's web-based developer console.

import { Pinecone } from '@pinecone-database/pinecone`

const client = await Pinecone.createClient({
    apiKey: 'your-api-key',
    environment: 'your-environment'
})

It also can find information specified in the environment variables PINECONE_API_KEY and PINECONE_ENVIRONMENT.

Data Plane

List indexes

client.listIndexes()

Describe index

client.describeIndex('my-index-name')
2.1.1

2 months ago

2.1.0

2 months ago

2.0.1

4 months ago

2.0.0

4 months ago

1.1.3

4 months ago

0.2.1

4 months ago

0.2.0

4 months ago

0.2.2

4 months ago

1.1.1

7 months ago

1.1.0

8 months ago

1.1.2

7 months ago

1.0.1

8 months ago

1.0.0

8 months ago

0.1.4

1 year ago

0.1.6

12 months ago

0.1.5

1 year ago

0.0.10

1 year ago

0.0.11

1 year ago

0.0.12

1 year ago

0.0.14

1 year ago

0.0.9

1 year ago

0.0.3

1 year ago

0.0.8

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago