A collection item is a data point within a vector store collection, containing a unique identifier, associated metadata, and a vector representation (embedding) of the content. These embeddings capture the semantic meaning of the data, enabling fast and relevant retrieval that enhances tasks such as information generation and decision-making.
Follow this guide to add an item 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 Item endpoint to add an item to the target vector store collection.
Send a GET request to the List Collection Items endpoint to list all items in the vector store collection.
0 Comments
Be the first to comment and share your perspective with the community.