Packages

Elixir client for the Pinecone API

Current section

Files

Jump to
pinecone lib pinecone.ex
Raw

lib/pinecone.ex

defmodule Pinecone do
@type client :: Tesla.Client.t()
@type options :: Keyword.t()
@type result :: {:ok, term()} | {:error, term()}
end