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

https://github.com/pinecone-io/pinecone-playground


https://github.com/pinecone-io/pinecone-playground

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

        

# Pinecone Playground

Pinecone Playground is a companion app for the [Pinecone docs](https://www.pinecone.io/docs). It is an interactive web app that lets you run Pinecone without writing any code.

Get started with Pinecone at [pinecone.io/start](https://www.pinecone.io/start/)
and receive your API key.

## Get started

Make sure that your Python version is `>=3.6`.
We highly recommend that you use a Python virtual environment.

Clone the repository.

```
git clone https://github.com/pinecone-io/pinecone-playground.git
cd pinecone-playground
```

Install dependencies.

```
pip install -r requirements.txt
```

Start the server.

```
python server.py
```

A new web app should open in your default browser.

![Pinecone Playground](pinecone-playground.png)