pinecone icon indicating copy to clipboard operation
pinecone copied to clipboard

pinecone.io Library in Elixir

Results 4 pinecone issues
Sort by recently updated
recently updated
newest added

It appeared that the URL for [query operation](https://docs.pinecone.io/reference/api/data-plane/query) shouldn't contain `/vectors` path component. It should be just ``` POST https://{index_host}/query ``` The below line that was producing an incorrect URL:...

when calling delete vectors `index = %Pinecone.Index{name: "index_id"}` `Pinecone.delete_vectors(index, ["vector_id"])` I get the following error: `[warning] Failed pinecone request: %Req.Response{status: 405, headers: %{"connection" => ["keep-alive"], "content-length" => ["0"], "date" =>...

#3 added most vector operations, but does not support partial updates of vectors right now