An open API service indexing awesome lists of open source software.

https://github.com/pinecone-io/pinecone-ts-client-sample


https://github.com/pinecone-io/pinecone-ts-client-sample

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

# Pinecone Typescript Sample

This is a sample project that demonstrates how to use the Pinecone Typescript SDK.

Before running the sample, obtain the Pinecone environment identifier and API key from the Pinecone console.

To run the sample, you need to have Node.js installed. You can download it from [here](https://nodejs.org/en/download/).

```sh
$ cd pinecone-typescript-sample
$ npm install
$ npm run sample
```