probots-io / pinecone-php

A beautiful, extendable PHP Package to communicate with your pinecone.io indices, collections and vectors.
https://probots.io
MIT License
46 stars 14 forks source link

Support "List" endpoint - Query RAG documents by prefix #9

Open prismosoft opened 3 months ago

prismosoft commented 3 months ago

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.

https://docs.pinecone.io/reference/list https://docs.pinecone.io/docs/manage-rag-documents

Thanks for considering this addition and for this great package!

derpoho commented 2 months ago

will implement!

bryandease commented 2 months ago

will implement!

Thanks! This is much needed.

Antho331364 commented 2 days ago

Hello!

Any update on this?

I'd need also to be able to list vectors ids (cf: https://docs.pinecone.io/reference/api/data-plane/list

Thanks.