The Midway, San Francisco

Thursday, June 11

Vector Space Day

Watch the Recordings

Watch the Talks from Vector Space Day 2026

QDRANT

We do it the hard way

Qdrant started for search, and remained for search. From its roots as an open source side project to millions of downloads and thousands of community members worldwide, Qdrant always sought to build the highest quality search engine, even when that meant doing things the hard way. Andre Zayarni, Qdrant Co-Founder and CEO, shared our origins, the decisions that shaped the product, and our future trajectory. Welcome to Vector Space Day.

Andre Zayarni CEO, Co-Founder

QDRANT

When Search Gets Serious

From a strong Rust core to composable retrieval primitives, Qdrant was built from the start for speed, accuracy, and flexibility. It supported thousands of projects and a growing number of enterprise businesses around the world, all from the same core engine. Manuel Meyer and Neil Kanungo shared where Qdrant is headed next and what it means for the teams building on it.

Manuel Meyer COO

Neil Kanungo Head of DevRel

AGENTS & MEMORY

Continual Learning Starts with Memory

Continual learning has long been treated as a training problem: new data, new gradients, new weights. But for production agents, the first unlock isn't retraining, it's memory. This talk reframed continual learning as a memory, retrieval, and state-management problem, showing how agents capture interactions, structure durable context, and improve decisions over time. Taranjeet shared patterns from building Mem0, including trade-offs of a memory layer on vector databases and what breaks at scale.

Taranjeet Singh CEO, Co-Founder

SEARCH & RETRIEVAL

Using GraphRAG to Improve Enterprise Governance

Enterprise AI agents are only as trustworthy as the rules they operate within. This talk presented a practical blueprint for combining Qdrant's vector search with a Neo4j graph governance layer — building agents that retrieve fast and stay policy-compliant. Through a live demo, they showed how the same query returns different results for different users based on governance, not just relevance. Attendees left with a concrete architecture for enterprise AI agents that are smart, fast, and safe.

Murthy Chandrapaty Principal Engineer

Ankush Gumber Software Engineer

AGENTS & MEMORY

Literal Skill Issue: Are SKILLS.md Holding Your Agents Back?

SKILLS.md files have saved us from the massive headache of MCP servers, but having a human manually write and update static markdown files just doesn't scale. This session broke down the very real limitations of hardcoding what your agents can do, from brittle maintenance loops to capability ceilings that cap what agents can learn on their own. Paige Bailey explained why SKILLS.md is just our awkward transitional phase, and how we're going to replace it with dynamic, autonomous tooling that evolves as your agents do.

Paige Bailey Developer Relations Lead

AGENTS & MEMORY

Free Your Agent's Mind...with Context Graphs

AI systems need more than intelligence; they need context that persists. Without it, even strong models misinterpret information, lose decision rationale, or repeat mistakes. Context Graphs address this: a living graph capturing not just what was retrieved, but how context led to actions through tool calls, constraints, and outcomes, stitched across entities and time. This talk showed how context graphs complement retrieval with multi-hop structured assembly and built-in provenance for enterprise-ready AI.

Stephen Chin VP of Developer Relations

SEARCH & RETRIEVAL

Building the Infra Behind 20 Billion+ Vectors

This talk traced HubSpot's journey from a Helm-based Qdrant deployment, where cluster provisioning and scaling were manual, error-prone, multi-step processes, to a fully automated Kubernetes Operator built on HubSpot's internal kube-operators framework. The team shared how they designed the operator to handle rolling upgrades, automated scaling, and self-healing across a fleet managing 20 billion+ vectors, and the lessons learned running Qdrant at this scale in production.

Oleg Tereshin Sr Software Engineer

Xin Liu Tech Lead

SEARCH & RETRIEVAL

Scaling to Billions: Lessons from Slack's Semantic Search Indexing

Slack's semantic search indexes trillions of messages into vectors, kept searchable within seconds. This open discussion skipped the "perfect world" diagrams and covered what it actually takes to run a vector pipeline at this scale: a Lambda architecture with a "snowball" caching system to avoid recomputing billions of embeddings weekly, greedy batching for a 3x inference speedup, and a candid look at why complex quantization methods failed in production.

Avirek Ghatia Staff Software Engineer

Brian O'Grady Head of Solutions Architecture

QDRANT

Building the DNA of Search

Qdrant was engineered from the ground up for performance, scale, and flexibility — and Oncotelic Therapeutics put it to the test. Indexing 28M PubMed abstracts to power AI-driven drug development, Oncotelic compressed concept-to-clinic to ~2 years — a fraction of the typical biotech timeline. In this conversation, Qdrant Engineering and Oncotelic walked through what matters most for search at scale: hybrid retrieval, MeSH-enriched metadata filtering, and the operational realities of running a vector database in production.

Bastian Hofmann Head of Product, Qdrant

Saran Saund CBO, Oncotelic Therapeutics

Scott Myers PM, Oncotelic Therapeutics

AGENTS & MEMORY

Building Distributed, Enterprise-ready Agentic AI

A high-level look at building intelligent, enterprise-grade AI agents using modern tools and infrastructure. This session explored how scalable systems can support context-aware reasoning, long-term memory, and real-time decision-making at production scale. Gabriel Lebow framed the key architectural patterns behind reliable AI agents in enterprise environments, from retrieval and orchestration to evaluation and observability, and shared how Vultr's global cloud infrastructure powers distributed AI workloads for companies shipping agents today.

Gabriel Lebow Sr GPU Solutions Engineer

AGENTS & MEMORY

The Document Harness: What Your AI Misses in the 90%

An estimated 90% of enterprise data is unstructured, living in PDFs, PowerPoints, Word, and Excel files that power a majority of knowledge work. There's a huge opportunity to build autonomous agents that can understand, reason over, and edit massive quantities of documents. But real-world documents are too complex for even frontier models to understand. This session walked through core challenges and advances in document OCR and agent harnesses enabling modern document workflow automation.

Preston Carlson AI Engineer

SEARCH & RETRIEVAL

Stop Vibe Shipping: Evaluate Your Retrieval

"Looks good to me" is not an evaluation strategy. Yet most teams ship retrieval systems that way: tweak the chunking, run a few demo queries, call it done. This talk replaced vibes with measurement. Laurie Voss covered retrieval metrics that actually matter, how to build golden datasets that survive contact with reality, where LLM-as-judge helps and where it lies, and how to wire continuous evals into CI so regressions show up before customer complaints.

Laurie Voss Head of Developer Relations

SEARCH & RETRIEVAL

Beyond the Single API Call: Agentic Video Intelligence

Video is a highly information-dense modality, and processing it at scale requires more than standard embed-store-retrieve pipelines. This talk explored how Twelve Labs' multimodal foundation models enable rich semantic understanding of video, from domain-specific search to structured metadata extraction. James Le walked through a real-world anomaly detection app built on Twelve Labs and Qdrant, and introduced Jockey, an agentic framework for multi-step video workflows.

James Le Head of Dev Experience

AGENTS & MEMORY

The Long and the Short of AI Memory

What is AI Memory today? Where does it live: markdown files, vectors, graphs, or somewhere else? And where will it be tomorrow? The answer matters because memory is quickly becoming the differentiator between agents that forget everything between sessions and agents that actually compound knowledge over time. In this talk, Dave shared examples of how short-term and long-term memory are used in production today, using OpenClaw as a hands-on example to illustrate the patterns and trade-offs.

Dave Nielsen Head of Developer Relations

EDGE & ROBOTICS

The World is Becoming More Searchable

The surface areas of search are only increasing as more and more data is captured from the physical and digital world. Embeddable systems unlock the ability to run local search across millions of devices, enabling AI at the edge without relying on round trips to the cloud. Dylan Couzon shared what Qdrant Edge is, how it's built, the use cases it opens up, and why it fundamentally changes the game for teams building on-device AI experiences.

Dylan Couzon Developer Relations Engineer

EDGE & ROBOTICS

When Latency Is the Product: Practical Patterns for On-Device GenAI

Agents are moving from the cloud to the edge — onto phones, PCs, and edge devices that perceive and act in real time. Alan Zhu shared practical patterns for building agentic AI on-device: how to run models and tap local context for retrieval and memory. He covered the NPU — a chip built for AI inference — and why sustained, private, low-latency AI workloads win on the edge, and how Qualcomm AI Hub lets you optimize any model and run it across devices.

Alan Zhu Senior Product Manager

EDGE & ROBOTICS

Tell the Robot What You Want

Sandhya Subramani demonstrated how to build robots that respond to natural language commands using an open-source agentic AI framework. Sensors and actuators became agent tools, translating intents into actions. A lightweight hybrid architecture handled low-latency control locally on edge devices while delegating complex reasoning to the cloud. She explored hybrid edge-cloud patterns for low-latency control and intelligent planning, demonstrated live with a working robot.

Sandhya Subramani Sr. Dev Advocate, GenAI

Meet the Speakers

We've built a handpicked lineup of technical talks across 3 agenda tracks: Search & AI Retrieval, Agents & Memory, and Edge & Robotics AI.

Taranjeet Singh, CEO, Co-Founder

Continual Learning Starts with Memory

Murthy Chandrapaty, Principal Engineer
Ankush Gumber, Software Engineer

Using GraphRAG to Improve Enterprise Governance

Paige Bailey, Developer Relations Lead

Literal Skill Issue: Are SKILLS.md Holding Your Agents Back?

Stephen Chin, VP of Developer Relations

Free Your Agent's Mind...with Context Graphs

Oleg Tereshin, Sr Software Engineer
Xin Liu, Tech Lead

Building the Infra Behind 20 Billion+ Vectors

Avirek Ghatia, Staff Software Engineer

Scaling to Billions: Lessons from Slack's Semantic Search Indexing

Gabriel Lebow, Sr GPU Solutions Engineer

Building Distributed, Enterprise-ready Agentic AI

Preston Carlson, AI Engineer

The Document Harness: What Your AI Misses in the 90%

Laurie Voss, Head of Developer Relations

Stop Vibe Shipping: Evaluate Your Retrieval

James Le, Head of Dev Experience

Beyond the Single API Call: Agentic Video Intelligence

Dave Nielsen, Head of Developer Relations

The Long and the Short of AI Memory

Alan Zhu, Senior Product Manager

When Latency Is the Product: Practical Patterns for On-Device GenAI

Sandhya Subramani, Sr. Dev Advocate, GenAI

Tell the Robot What You Want

See Agenda

Sponsors

Community Sponsor