You have an Azure SQL database named SalesDB that includes a table named dbo.Articles. dbo.Articles holds two million articles with embeddings. The articles are updated frequently during the day.
You query the embeddings by using VECTOR_SEARCH.
Users report that semantic search results do not reflect updates until the next day.
You need to ensure the embeddings are updated whenever the articles change. The solution must minimize CPU usage on SalesDB.
Which embedding-maintenance method should you implement?
Community Discussion
No comments yet. Be the first to start the discussion!
Community Discussion