pinecone-php
pinecone-php copied to clipboard
A beautiful, extendable PHP Package to communicate with your pinecone.io indices, collections and vectors.
Is there plans for supporting Pinecone `List` endpoint for serverless indexes. This endpoint is crucial for Retrieval Augmented Generation (RAG) use cases, allowing us to query vector IDs using prefixes....
Thank you for the great library! We are implementing it within https://www.drupal.org/project/ai within our 'AI Search' sub-module. While working on this I spotted that the documentation currently says 'collections()' but...
Thank you for this excellent project. We have started using it in https://www.drupal.org/project/ai and will contribute back where we can. We would like to keep the module as compatible as...
This is for integrated embeddings. Details here: https://docs.pinecone.io/reference/api/2025-01/data-plane/upsert_records Will implement this myself if time allows. Just wondering if anyone else has been worknig on this?
Hi there, First of all, thank you very much for the amazing library! I am having trouble setting this up. I tried to follow the examples from the README file,...
composer.json specified minimum 8.1 in https://github.com/probots-io/pinecone-php/pull/17/files which got merged but it looks like you switched it back to 8.3 later. Can we at least do 8.2 since its supported for...
In order to get listed on https://docs.pinecone.io/integrations/overview there should be an attribution following their guidelines here: https://docs.pinecone.io/integrations/build-integration/attribute-usage-to-your-integration PR adds this to default headers
Fixes #9