A vector store is a structured repository for storing and retrieving high-dimensional vector embeddings. The collections within a vector store enable fast similarity searches, making them useful for Retrieval-Augmented Generation (RAG) and AI applications.
Follow this guide to create a vector store collection on Vultr Serverless Inference using the Vultr API.
Send a GET request to the List Serverless Inference endpoint and note the target inference subscription's ID.
Send a GET request to the Serverless Inference endpoint and note the target inference subscription's API key.
Send a POST request to the Create Collection endpoint to create a vector store collection.
Send a GET request to the List Collections endpoint to list all the available vector store collections.
0 Comments
Be the first to comment and share your perspective with the community.