๐๏ธ ๐ Store Embeddings
Let's imagine you're running an online bookstore and want to enable semantic search for book cover images - allowing users to search either with similar images or descriptive text.
๐๏ธ ๐ Create a Vector Search Index
You can create vector search indexes using the Atlas web UI, Atlas CLI, Compass, or any MongoDB driver. We'll create a vector search index using the Python driver.
๐๏ธ ๐ Run Vector Queries
Let's perform vector queries against our vector search index.