Our Sessions

Have a look at our sessions for the next edition of Haystack Europe on September 15-16th in Berlin, Germany. If you like what you see, you can get a ticket here.

Filter by:

Track

No tracks available

Session Type

No session types available

Organisation

Sparse encoders: bridging products and knowledge graphs

Discover how Leroy Merlin bridges product catalogs with Knowledge Graphs using Sparse Encoders. We’ll share how we injected KG concepts as model tokens, tuned custom layers for 99%+ sparsity, and achieved explainable, low-latency (60ms) semantic search indexing ready for Elasticsearch.

Debugging the Human in the Loop

We all know what happens when AI learns from unrepresentative data. We recognize the problem, measure the bias, try to mitigate it — and eventually put a human in the loop. Problem solved, isn't it? This talk turns the usual human-in-the-loop question around and asks whether (and how) we should also debug the human factor.

Who Gets to Decide? Designing Agency Back Into AI Search

Drawing on behavioral UX, cognitive offloading and spatial thinking, Öykü will share practical design principles for making AI-powered search easier to understand, inspect and challenge: How can interfaces surface sources, uncertainty and alternative perspectives while helping people remain active participants in the decision-making process.

Search (Re)platforming for Humans and AI

Balancing business rules, vector search, and AI evaluation is a shared challenge. Modern search systems must now serve both human and agentic users. In this talk we share grounded insights on search replatforming, API-driven tools, deterministic query governance, and the growing complexities of evaluation in the age of generative AI.

Beyond RAG: Recursive Agentic Retrieval for Enterprise AI

Think larger context window solves enterprise AI? Think again. Learn how recursive agentic retrieval progressively constructs the right context for every reasoning step, enabling AI agents to solve complex enterprise tasks beyond traditional RAG.

From Tries to Transformers: Scaling Semantic Search

Netflix search has evolved from simple Trie-based lookups to complex, intent-driven conversational queries. This talk explores our journey to integrate deep Query Understanding and semantic retrieval at scale.

Our Journey to Multi-Tenant Learned Re-Ranking for Commerce

Search is essential to how shoppers discover products, and we asked whether machine-learned re-ranking could improve search effectiveness across hundreds of commerce clients. This is that journey: from a baseline and a null A/B test, through modelling, architecture, and evaluation, to a client revenue win, and toward mass generalisation.

Frankensteining LLMs

TNG's R1T Chimera models reached over 10 billion daily tokens on OpenRouter. How can a small consultancy produce its own LLMs? In our case: by Frankensteining them. This talk motivates: you can adapt LLMs to your own needs without being a big research lab. Including theory, technicalities, and lessons learned.

Teaching Your Shopping Assistant to Learn From Its Mistakes

At OTTO, we want conversational AI to become the primary interface for product discovery. We built a weekly loop that mines production sessions, grounds an LLM judge in product discovery signals, clusters failures, and ships fixes to search tools and orchestration. In this session, you'll get the building blocks, our key findings and outcomes.

Query Understanding with Late Interaction & Wormhole Vectors

Modern IR techniques like Late Interaction (multivector representations) and wormhole vectors (hopping between sparse & dense vector spaces) newly expand our toolbox for building state of the art Query Understanding. We'll show you how, including ranking benchmarks that blow away today's popular hybrid search (BM25 + vector similarity) techniques.

The RAG Cost Curve: When an index beats live search

"Just let the agent search live" has a cost curve, so does a compressed index. The curves cross but most teams pick a side before doing the maths. We'll use open benchmarks on quantisation and refinement to prove what compression really costs you in recall, in answer quality, and in dollars against live search.

Hyperbolic embedding models for visual search

We trained an open image-text embedding model in hyperbolic space, so visual search can use hierarchy as well as similarity. The talk shows how radius and aperture create hierarchy inside the embedding model, how that helps retrieve specific items from compositional queries, and where the approach fails.

Introducing Per-Document Embedding Fine-Tuning

We introduce per-document fine-tuning, a method that updates individual embeddings with new information while keeping the embedding model frozen. For example, applied to product search, it enriches product image embeddings with abstract attributes such as material and use case, improving retrieval without costly and risky model fine-tuning.

Beyond LLM Judges: Deep Evaluation for Conversational Search

This talk presents a practical evaluation framework for an e-commerce conversational search assistant. In addition to a lightweight LLM-as-a-judge, we track additional metrics such as search term accuracy, filter precision and no-results rate. Learn how these signals surfaced concrete failure modes, guided our iterations and improved relevance.