Welcome!This tutorial will guide you through creating similarity search application using Upstash Vector and OpenAI Embeddings API. We will create the embeddings using the pre-prepared dataset that contains 100 questions. Then we’ll upsert these vectors to Upstash, both to store the vectors, and to use basic vector operations such as query, fetch etc. Here is the general overview of the project.You can use this example as a template to build more advanced projects such as docs search, QA bot, similarity search over a content etc.Outline:1- Create Index and install dependencies2- Generate embeddings3- Insert vectors to index4- Query the index5- OutroYou can find the full tutorial and code in the notebook here.