Skip to content

pinecone-io/pinecone-vision-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pinecone Vision - Server

This is the server for the Pinecone Vision project.

Installation

Install dependencies by running:

npm install

Create an .env file

Copy the .env.example file to .env and fill in the values.

PINECONE_API_KEY= // Your Pinecone API Key
PINECONE_ENVIRONMENT= // Your Pinecone Environment, e.g. us-east-1-aws
INFERENCE_ENDPOINT= // Your HuggingFace Inference Endpoint
INFERENCE_ENDPOINT_TOKEN= // Your HuggingFace Inference Endpoint Token
PORT=8080
INDEX_NAME=vision

Run the server

npm run start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published