This repository was archived by the owner on Apr 24, 2024. It is now read-only.
Releases: adrianmejias/pinecone
Releases · adrianmejias/pinecone
1.0.2
Added tests.
1.0.1
minor cleanup
1.0.0
Release v1.0.0
This is the initial release of the Pinecone PHP package, a wrapper for the Pinecone API. It provides an easy-to-use interface for creating and managing indexes and collections, querying and updating vectors, and more.
Features
- Create, delete, and list indexes
- Create, delete, and describe collections
- Query vectors and indexes
- Update and fetch vectors
- Delete vectors and all vectors in an index
Installation
To install the package, simply run composer require adrianmejias/pinecone
.
For more information on how to use the package, please refer to the documentation.
Thank you for using the Pinecone PHP package!