https://github.com/pinecone-io/pinecone-playground
https://github.com/pinecone-io/pinecone-playground
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pinecone-io/pinecone-playground
- Owner: pinecone-io
- Created: 2021-05-05T17:01:19.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-20T18:57:11.000Z (almost 3 years ago)
- Last Synced: 2024-11-12T07:34:15.605Z (8 months ago)
- Language: Python
- Size: 246 KB
- Stars: 3
- Watchers: 25
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
