Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 193 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 193 Bytes

Pinecone

Elixir client for the Pinecone REST API.

Installation

def deps do
  [
    {:pinecone, github: "seanmor5/pinecone", branch: "main"}
  ]
end