When asking for similar content on unindexed content we got a Runtime Exception
When doing more like this it works great!
But when we are doing it on new content or on content that we exclude to index, we get the following error
`Failed to find similar documents: ...`
From `app/modules/contrib/search_api_vragen_ai/src/Client/DocumentRepository.php`
And that is due to a 404 from the vragen api, which is correct due to spec.
Could we make it so it handles this kind of situations that it's not requesting similar at all, we do know what is indexed and what is not?
Or have more control over these kinds of situations.
Also, the RuntimeException loses a lot of info, like that this is a 404.
issue