@polluterofminds
I’m glad you asked, Kyle!
Most vector storage providers make you store the embeddings and a pointer to the file it represents, leading to multiple API calls. Pinata vectorizes and stores the file in one request.
Additionally, when doing a query, not only can you get the top results, you can get the actual best match file in a single request.
Fewer API requests, better experience, faster.