Loading…
3-4 June, 2025
Bengaluru, India
View More Details & Registration
Note: The schedule is subject to change.

The Sched app allows you to build your schedule but is not a substitute for your event registration. You must be registered for OpenSearchCon India 2025 to participate in the sessions. If you have not registered but would like to join us, please go to the event registration page to purchase a registration.

This schedule is automatically displayed in India Standard Time (IST | GMT+5:30). To see the schedule in your preferred timezone, please select from the drop-down located at the bottom of the menu to the right.

IMPORTANT NOTE: Timing of sessions and room locations are subject to change.

Venue: Ceres clear filter
arrow_back View All Dates
Wednesday, June 4
 

11:15am IST

Scaling OpenSearch at Uber: Operating Resilient, Fault-Tolerant, High-Performance Clusters at Scale - Anurag Rai & Smit Patel, Uber
Wednesday June 4, 2025 11:15am - 11:55am IST
In this talk, we’ll share Uber’s journey in scaling OpenSearch to handle large scale data across 100+ clusters while ensuring high availability, fault tolerance, performance and zero-downtime upgrades. We’ll dive deep into our strategies for overcoming regional and zonal failures, observability and fleet-upgrade strategy with zero-downtime, at scale. Attendees will learn about our approaches to sharding, indexing, and data distribution that enables resilience across a global infrastructure. Additionally, we’ll cover key best practices for managing OpenSearch clusters at Uber’s scale, ensuring reliability, and achieving cost-efficiency.
Speakers
avatar for Anurag Rai

Anurag Rai

Senior Software Engineer, Uber
Anurag is a Senior software engineer at Uber, working in the Search platform team. He is currently working on platformizing OpenSearch for all search workloads within Uber, focusing on reliability, speed, and efficiency in serving millions of users globally.
avatar for Smit Patel

Smit Patel

Senior Software Engineer, Uber
Currently working at Uber in Search Platform team and have been working as a software engineer for about 6 years and have experience in building backend solutions at scale.
Wednesday June 4, 2025 11:15am - 11:55am IST
Ceres

12:00pm IST

Beyond Slow Logs: Implementing Advanced Query Insights in OpenSearch - Siddhant Gupta, AWS
Wednesday June 4, 2025 12:00pm - 12:20pm IST
Query Insights delivers deep visibility into search query execution, offering detailed metrics and actionable recommendations to help users optimize their search operations. This feature analyzes query characteristics and execution patterns, providing clear insights into system behavior at each processing stage. Users can proactively identify potential performance bottlenecks, implement recommended optimizations, and maintain optimal query performance. These capabilities contribute to improved system efficiency, better user experience, and increased operational reliability.
Speakers
avatar for Siddhant Gupta

Siddhant Gupta

Sr Product Manager, AWS
Siddhant Gupta is a Senior Product Manager (Technical) at AWS, leading OpenSearch Service development with a focus on generative AI and search technologies. With 20+ years of experience across AWS, Microsoft, and global tech companies, he specializes in cloud computing, AI/ML, and... Read More →
Wednesday June 4, 2025 12:00pm - 12:20pm IST
Ceres

12:20pm IST

Challenges in Building RAG Systems (and Solutions Using OpenSearch) - Parminder Singh, Tempera AI
Wednesday June 4, 2025 12:20pm - 12:40pm IST
Overview

- Why use RAG (Retrieval-Augmented Generation)?
- How does OpenSearch contribute to building intelligent agents?

Barriers to Deploying RAG Systems in Production:

- Key concerns: Quality, Cost, Safety, Maintenance, and Knowledge/Time.
- The biggest challenge remains quality.
- What leads to quality degradation in RAG systems, and how does it happen?

Solving the Issues:

- Identifying challenges with different chunking techniques: Which one should you use, or should you develop a custom approach tailored to your needs using OpenSearch?
- Addressing problems with search/querying techniques to optimize results.

By understanding these challenges and adopting the suggested solutions, you can significantly enhance the accuracy of RAG-based applications.

If needed, we can provide a deeper dive, a demo, or even hands-on workshops on this topic.
Speakers
avatar for Parminder Singh

Parminder Singh

Founder, Tempera AI
Parminder is an entrepreneur with a strong background in building and scaling businesses. In 2016, he co-founded Hansel.io, which was acquired by Netcore in 2020. In 2022, he helped launch and grow Scaler’s US operations. Currently, he is focused on building Tempera.ai, an AI company... Read More →
Wednesday June 4, 2025 12:20pm - 12:40pm IST
Ceres

2:25pm IST

How OpenSearch Saved Our College Grades - Achanandhi M, CoastalSeven
Wednesday June 4, 2025 2:25pm - 2:45pm IST
During our college days, my team and I embarked on an ambitious project—a Scheme Recommendation Chatbot to help users find relevant government schemes using intelligent search. As students new to Retrieval-Augmented Generation (RAG), we faced a big challenge: finding an open-source, scalable, and efficient search solution that didn’t lock us into proprietary or managed tools.

That’s when we discovered OpenSearch—and it completely changed the game!

In this talk, I’ll share:
1. Our journey to OpenSearch and why we made the switch.
2. How we leveraged OpenSearch’s vector search to improve search accuracy.
3. Challenges we faced as students implementing OpenSearch for the first time.
4. Lessons learned and tips for others looking to integrate OpenSearch into their projects.

Now, as a professional working in the industry, I look back at how OpenSearch not only powered our chatbot but also taught us real-world skills. If you’re a student, developer, or someone curious about open-source search and relevance, this talk is for you.
Speakers
avatar for Achanandhi M

Achanandhi M

I love talking about Technology and Communities :)
Wednesday June 4, 2025 2:25pm - 2:45pm IST
Ceres

2:45pm IST

Threat Modeling for OpenSearch: Identifying and Mitigating Security Risks - Shikhar Jain, AWS
Wednesday June 4, 2025 2:45pm - 3:05pm IST
As OpenSearch continues to gain popularity for search and analytics, understanding its security landscape becomes crucial. This session introduces threat modeling for OpenSearch deployments, helping attendees identify potential vulnerabilities and implement effective mitigation strategies. We'll explore common threats, leverage the OpenSearch Security plugin, and discuss best practices for deploying opensearch clusters.
Speakers
avatar for Shikhar Jain

Shikhar Jain

Sr. Software Development Engineer at AWS, AWS
Shikhar is a Senior Software Engineer at AWS contributing to the OpenSearch Project.
Wednesday June 4, 2025 2:45pm - 3:05pm IST
Ceres

3:20pm IST

Accelerating OpenSearch K-NN With FAISS, Leveraging AVX-512 for a Superior Vector Search Experience - Sourav Paul & Abhijit Kulkarni, Intel Corporation
Wednesday June 4, 2025 3:20pm - 4:00pm IST
Vector search is a rapidly growing area within search and analytics, and the k-NN (k-Nearest Neighbors) plugin in OpenSearch offers multiple engines to support this capability, with FAISS (Facebook AI Similarity Search), which provides efficient similarity search and clustering of dense vectors, being a preferred choice.

To speed up vector operations, FAISS engine utilizes SIMD (Single Instruction Multiple Data) processing, leveraging AVX (Advanced Vector Extensions) instructions on x86 architecture. With the latest AVX-512 (512-bit wide vector processing) support in FAISS, OpenSearch achieves further performance improvements in vector indexing, quantization, and search operations.

This presentation will delve into key technical advancements, including an in-depth look at AVX, the impact of AVX-512 on vector search performance and real-world benefits for OpenSearch users. Additionally, we will discuss how these enhancements lead to better price-performance and reduced TCO (Total Cost of Ownership).
Speakers
avatar for Sourav Paul

Sourav Paul

Engineering Manager, Intel Corporation
Sourav is an accomplished Engineering Manager with a strong background in Software Development, Performance Engineering, & Cloud Computing. Possessing a degree in Computer Science & Engineering, Sourav has amassed nearly two decades of professional experience, collaborating with professionals... Read More →
avatar for Abhijit Kulkarni

Abhijit Kulkarni

Mr. Abhijit Kulkarni, Intel Corporation
Abhijit Kulkarni is a proficient Software Engineer with over 14 years of experience in software design and development across diverse domains such as Payments, Telecom and Aviation. His extensive Java experience along with strong problem-solving and analytical skills have been instrumental... Read More →
Wednesday June 4, 2025 3:20pm - 4:00pm IST
Ceres

4:05pm IST

Reimagining Search : Scaling OpenSearch Across an Enterprise - Platform Centric Approach - Turja Narayan Chaudhuri, EY GDS
Wednesday June 4, 2025 4:05pm - 4:25pm IST
Search is no longer just a feature—it’s a critical capability that drives innovation, efficiency, and decision-making across enterprises. However, scaling OpenSearch across an organization presents challenges, from infrastructure management to governance and adoption. How do you enable diverse teams—from engineering to business functions—to harness the power of OpenSearch without deep operational overhead?

This session explores how to elevate OpenSearch from a tool to an internal platform offering, allowing teams to seamlessly integrate search into their workflows. By treating OpenSearch as a self-service, scalable, and well-governed enterprise platform, organizations can unlock its potential for everything from complex knowledge engines to simpler, ad-hoc use cases.

We’ll discuss key architectural principles, governance models, automation strategies, and best practices for building an OpenSearch-powered internal platform. Whether you're dealing with enterprise-wide search initiatives, analytics, or operational insights, this talk will provide actionable strategies to ensure OpenSearch adoption is efficient, scalable, and accessible to all teams—without friction.
Speakers
avatar for Turja Narayan Chaudhuri

Turja Narayan Chaudhuri

Global Platform Presales Leader, EY GDS
Cloud Architect, Platform Evangelist, AI Enthusiast, Father, and Husband.14 years of experience in the IT Industry across Samsung, PwC, EY, and Accenture. Currently the Global Leader for Platform Presales in EY.Also, a Platform Engineering Ambassador, member of the CNCF Platforms... Read More →
Wednesday June 4, 2025 4:05pm - 4:25pm IST
Ceres

4:25pm IST

The Forbidden Index: How We Turned OpenSearch Into a Privacy-Preserving Superhero - Akshat Khanna, Angel One & Unnati Mishra, VMware
Wednesday June 4, 2025 4:25pm - 4:45pm IST
GDPR. HIPAA. CCPA. Red tape? Not anymore. We’ll showcase how we transformed OpenSearch into a privacy-aware analytics engine using tokenization, dynamic data masking, and a custom plugin that auto-redacts PII before indexing. Ever seen a dashboard where every number is differentially private? You will. We’ll also debate the ethics of search in a post-Roe world and open-source our “privacy score” audit tool.

Warning: This talk may ruin your faith in anonymized data… but we’ll fix it.
Speakers
avatar for Akshat Khanna

Akshat Khanna

SDE 2, Angel One
Akshat Khanna is currently working as SDE 2, building High Performance Trading Platform at Angel One and previously worked as MTS 2 at VMware Tanzu. He has been working on Kubernetes solution for the edge and also actively contributing to open-source. He has good experience of developing... Read More →
avatar for Unnati Mishra

Unnati Mishra

R&D Engineer Software 2, VMware
Unnati is working as a R&D Engineer Software 2 at VMware by Broadcom, India. Currently working with the Release Engg team of the Tanzu Kubernetes Grid. She has been active in Open Source community since 2019 and has also participated in many Hackathons, bagging prizes in few of them... Read More →
Wednesday June 4, 2025 4:25pm - 4:45pm IST
Ceres
 
  • Filter By Date
  • Filter By Venue
  • Filter By Type
  • Timezone

Share Modal

Share this link via

Or copy link

Filter sessions
Apply filters to sessions.
Filtered by Date -