PyCon Hong Kong 2025

PyCon Hong Kong 2025

Tarun Jain

Tarun Jain is a Super Agent at AI Planet and is recognized as a Google Developer Expert in AI. He enjoys contributing to open-source projects and maintains two repositories: OpenAGI, for building AI Agents, and BeyondLLM, for quick experimenting, evaluating, and observing RAG pipelines. Tarun also contributed to Google Summer of Code 2024 at Red Hen Lab and Google Summer of Code 2023 at caMicroscope. He is a content creator with over 3500+ subscribers for his channel AI with Tarun.

Previous Experience:
- Speaker at PyCon Hong Kong 2024
- Speaker at PyCon Malaysia 2024
- Speaker at PyCon APAC - Indonesia 2024
- Speaker at PyCon Singapore - 2025


Country / City:

India

Company / Organisation:

AI Planet


Twitter / LinkedIn / Instagram / Facebook

https://www.linkedin.com/in/jaintarun75/

Previous Talks

https://www.youtube.com/watch?v=0OXtRoUTjtg [PyCon Hong Kong 2024]


Session

10-11
14:40
30min
Search matters: Engineering search systems that actually work
Tarun Jain

Large language models face fundamental limitations, including outdated training data, context window constraints, and a tendency to hallucinate. While vector similarity search is a popular solution through Retrieval-Augmented Generation (RAG), simple cosine similarity often fails to capture the nuanced relevance needed for high-quality LLM responses.

This talk explores how search capabilities can enable your LLMs to provide accurate a. We examine how sophisticated retrieval methods serve as external memory, enabling LLMs to access vast knowledge bases beyond their training cutoff. Through hybrid search combining dense and sparse retrieval, semantic reranking, and query reformulation, we demonstrate how search becomes the critical bridge between knowledge and real-world information needs.

Track B(LT-16)