Once you logged in, you can create a Vector Index by clicking on the Create Index button in the Vector tab.
Name: Type a name for your index.Region: Choose the region for your index. For optimal performance, select the region closest to your applications. We plan to support additional regions and cloud providers. Feel free to send your requests to support@upstash.comDimensions: Select the dimensions and distance metric depending on your model.
Free: The free plan is suitable for small projects. It has a limit of 10,000 queries and 10,000 updates limit daily.Pay as You Go: Pay as you go plan is a flexible plan with per-request-pricing. It is suitable for projects with unpredictable traffic.Fixed: Fixed plan is suitable for projects with predictable traffic. It has a fixed monthly price with 1M query and 1M update limit daily.Pro: Pro plan is suitable for projects with high traffic and storage needs. It has a fixed monthly price with extra security and isolation features.Enterprise: If you plan to have over a billion vectors then Enterprise plan is for you. It has a fixed monthly price with extra security and isolation features. Contact us at sales@upstash.com for more information.
You can perform a similarity search by providing a query vector as a parameter. The dimension of the query vector must match the dimension of your index. Also, you can query by metadata filtering.
Upstash is eventually consistent, so there may be a delay before the newly inserted or updated vectors are ready for querying.