Advertisement Β· 728 Γ— 90

Posts by Arian Stolwijk

Let Sibling Containers in GitLab CI talk back When using GitLab CI with docker:dind, your job runs in a container and any containers you start (e.g. with Testcontainers) become sibling containers. If a sibling container needs to reach a server ru...

I struggled getting a #Testcontainers container to talk back to a (mock) server in a #gitlab CI job. I finally got it working, and wrote down the solution (using `hostname -i`) in this post: www.aryweb.nl/2025/09/02/r...

7 months ago 0 0 0 0
Relatedness Aggregation in Elasticsearch While reading AI Powered Search (AIPS) by Trey Grainger et al., I learned about the relatedness aggregation in Solr. This is not directly available in Elasticsearch, so how can we use it?

How can you use the `relatedness` aggregation from #solr in #elasticsearch or #opensearch: www.aryweb.nl/2025/06/24/r.... This lets you score related terms in the same way with a painless script.

9 months ago 0 0 0 0
Rank with weighted document expansions in Elasticsearch Say you have a document. You can assign tags to them, so it makes it beter discoverable. But if a document has a tag, it has the tag or it does not have the tag.

Wrote some notes for my later self to match on SPLADE/doc2query like related keywords that are weighted and use those weights for ranking with #elasticsearch www.aryweb.nl/2025/06/19/e...

10 months ago 0 0 0 0

Does this also mean it's possible have an SQS target in a different region (but in the same account)? I tried that last week but had to use SNS instead.

1 year ago 0 0 0 0
Preview
Our web performance got worse by switching from Cloudfront Proxy to AWS Cloudfront In an effort to improve world wide, multi region, latency, I've set up Cloudfront in front of our...

Our web performance got worse by switching of Cloudflare DNS proxy and using AWS Cloudfront. Using Cloudfront we're able to tweak caching better, but surprised with the initial results...

dev.to/arian/cloudf...

1 year ago 0 0 0 0

Spent an hour today figuring out why docker didn't work and reinstalling it... Apparently this was it πŸ˜“

bsky.app/profile/just...

1 year ago 0 0 0 0
Post image

I'm working on the finishing touch of the talk I'll be giving tomorrow with Coen Baars at the #elasticon Amsterdam event about re-ranking techniques. Looking forward to it!

1 year ago 1 1 0 0
A plot showing that reranking improves recall as we increase the number of reranked docs, but with increasing docs we diminishing returns and eventually a performance dip.

A plot showing that reranking improves recall as we increase the number of reranked docs, but with increasing docs we diminishing returns and eventually a performance dip.

Mat is not on πŸ¦‹β€”posting on his behalf!

It's time to revisit common assumptions in IR! Embeddings have improved drastically, but mainstream IR evals have stagnated since MSMARCO + BEIR.

We ask: on private or tricky IR tasks, are rerankers better? Surely, reranking many docs is best?

1 year ago 81 24 4 5