https://laravel.com/docs/13.x/releases#semantic-search
Laravel 13 adds whereVectorSimilarTo method for vector Search in query builder.
Investigate (and implement) whether we can override this method and make this method to work with MongoDB vector search (it currently works with pgvector)