Pinecone.Vector (pinecone v0.1.0)
Link to this section Summary
Link to this section Types
Link to this type
delete_params()
Link to this type
query_params()
Link to this type
upsert_params()
Link to this type
vector()
Link to this section Functions
Link to this function
delete(client, params, opts \\ [])
@spec delete(Pinecone.Client.t(), delete_params(), Keyword.t()) :: {:ok, term()} | {:error, term()}
Link to this function
query(client, params, opts \\ [])
@spec query(Pinecone.Client.t(), query_params(), Keyword.t()) :: {:ok, term()} | {:error, term()}
Link to this function
upsert(client, params, opts \\ [])
@spec upsert(Pinecone.Client.t(), upsert_params(), Keyword.t()) :: {:ok, term()} | {:error, term()}