Semantic Search using Sentence Transformers and Upstash Vector
Welcome! This tutorial will guide you through creating semantic search application using Upstash Vector and Sentence Transformers. We will create the embeddings using the dataset we’ve prepared for you that contains 100 questions. Then we’ll upsert these vectors to Upstash Vector, both to store the vectors, and to use basic vector operations such as query, fetch etc.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.