A collection file is a document that can be uploaded to a vector store collection, allowing you to batch-import structured data efficiently. Instead of adding individual items manually, collection files provide a way to store and manage multiple data points in a single upload.
Follow this guide to add a file to a vector store collection on Vultr Serverless Inference using the Vultr API.
Send a GET request to the List Collections endpoint and note the target collection's ID.
Send a POST request to the Add Collection File endpoint to add a file to the target vector store collection.
Send a GET request to the List Collection Files endpoint to list all files in the vector store collection.
0 Comments
Be the first to comment and share your perspective with the community.