Skip to content
This repository was archived by the owner on Apr 24, 2024. It is now read-only.

Releases: adrianmejias/pinecone

1.0.2

08 Apr 23:39
492249d
Compare
Choose a tag to compare

Added tests.

1.0.1

08 Apr 22:53
Compare
Choose a tag to compare

minor cleanup

1.0.0

08 Apr 22:25
Compare
Choose a tag to compare

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!