probots-io/pinecone-php
Elegant PHP client for the Pinecone API (serverless-ready), powered by Saloon. Authenticate with an API key, manage indexes/collections via control endpoints, and work with vectors via data endpoints by setting an index host at init or later.
Full Changelog: https://github.com/probots-io/pinecone-php/compare/1.0.1...1.1.0
Includes some Pull Requests.
Welcome Dupalers.
Fixed wrong method on delete vectors.
Full Changelog: https://github.com/probots-io/pinecone-php/compare/0.1.0...1.0.1
We now support the new Pinecone API including Serverless Indexes!
This release is not compatible with previous versions of this SDK. Please check the readme for the new methods. We basically mirror what Pinecone did and mapped the methods behind a "Data Pane" and a "Control Pane".
Previous: $client->index()->create(); Now: $client->control()->index()->create();
This change affects all methods.
Full Changelog: https://github.com/probots-io/pinecone-php/compare/0.1.0...1.0.0
Full Changelog: https://github.com/probots-io/pinecone-php/compare/0.0.3...0.1.0
fixed: vectors/fetch request is now working as it should added: custom response class (for later) added: more docblocks added: phpstan checks added: custom missing name exception on index / collection calls added: per request definition if a request failed based on pinecone api docs Update README.md by @boralp in https://github.com/probots-io/pinecone-php/pull/1
Full Changelog: https://github.com/probots-io/pinecone-php/compare/0.0.1...0.0.2
initial release
How can I help you explore Laravel packages today?