Is there any method for exporting all vectors in collection

Hi there, I’m Ed, using pinecone for main database for searching vectors.
Recently, I need to list up or export all vectors in some collections.

Is pinecone has any method for exporting vectors?

For example, Qdrant, which is opensourced vector database has scrolling points (paginate) (ReDoc) or exporting snapshots (ReDoc)

3 Likes

I have implemented a way to do this using random searches along with metadata filtering: Please have a look at Vector-io GitHub - AI-Northstar-Tech/vector-io: Use the universal VDF format for vector datasets to easily export and import data from all vector databases.

Example commands here: Dhruv Anand on LinkedIn: Quick Migration to Pinecone Serverless I've been working on a library of…