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
- Host: GitHub
- URL: https://github.com/pinecone-io/pinecone-ts-client-sample
- Owner: pinecone-io
- Created: 2023-03-28T19:55:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-31T18:55:17.000Z (about 2 years ago)
- Last Synced: 2025-01-11T05:21:49.707Z (6 months ago)
- Language: TypeScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```