https://github.com/zackproser/pinecone-create-index-typescript
Demonstration of setting up the Pinecone client with TypeScript in a Next.js app
https://github.com/zackproser/pinecone-create-index-typescript
Last synced: about 1 month ago
JSON representation
Demonstration of setting up the Pinecone client with TypeScript in a Next.js app
- Host: GitHub
- URL: https://github.com/zackproser/pinecone-create-index-typescript
- Owner: zackproser
- Created: 2024-01-23T15:46:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-01T15:19:49.000Z (almost 2 years ago)
- Last Synced: 2025-03-04T17:40:54.849Z (over 1 year ago)
- Language: JavaScript
- Size: 104 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
It demonstrates Pinecone client setup in TypeScript and is used for demo and reproduction of issues.
## Getting Started
```bash
npm i
export PINECONE_API_KEY=
export PINECONE_INDEX=
export AWS_REGION=us-west-2
npm run dev
visit http://localhost:3000 in your browser
```