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

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

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
```