Home / Companies / Qdrant / Blog / January 2026

January 2026 Summaries

7 posts from Qdrant

Filter
Month: Year:
Post Summaries Back to Blog
Qdrant Academy has launched its first official certification, the "Qdrant Essentials" certification, to help developers validate their expertise in vector search, a critical component in AI-driven search and recommendation systems. This certification, obtained by completing the Qdrant Essentials course and passing a final exam, signifies mastery in high-dimensional search and the ability to architect efficient and accurate search systems. It covers topics such as engine architecture, precision filtering, hybrid search, and production optimization, providing developers with standardized knowledge directly from Qdrant's creators. The certification is aimed at enhancing career prospects by proving specialized engineering judgment crucial for transitioning from prototype to production-ready systems, thus differentiating professionals in a rapidly evolving AI landscape. To celebrate, Qdrant offers exclusive swag for early achievers who share their certification on LinkedIn, and plans to expand its offerings with additional courses, including a beginner course and advanced topics in retrieval.
Jan 28, 2026 610 words in the original blog post.
AI coding agents often encounter predictable failures when interacting with APIs, primarily due to issues of "known unknowns" and "unknown unknowns." Mintlify's skill.md addresses the "known unknowns" by providing agents with a static briefing that includes decision tables and common pitfalls, preventing the use of deprecated methods or misconfigurations that documentation alone might not avert. Meanwhile, Armin Ronacher's REPL-first MCP tackles the "unknown unknowns" by offering a Python shell where agents can dynamically discover the existing system environment, such as collections and schema details. Both approaches are essential because they complement each other by addressing different failure modes; skill.md offers static knowledge to avoid known mistakes, while the REPL enables dynamic discovery of the current environment. Together, they help prevent routine failures, allowing developers to focus on more complex challenges that AI agents might face.
Jan 28, 2026 1,122 words in the original blog post.
Anima Health has developed a clinical operating system aimed at improving the efficiency of primary care in the UK by effectively handling the challenges of under-capacity clinics and unstructured data overload. Central to this system is the use of Qdrant, a vector search and similarity analysis platform, which aids in processing large volumes of unstructured clinical data while ensuring privacy. Anima employs Qdrant for clinical document coding, enabling the extraction of precise medical ontologies like SNOMED codes through large language models. Qdrant's deployment flexibility and cost predictability, alongside its vector-native capabilities, allow Anima to maintain compliance and experiment with multiple embedding strategies. The integration of Qdrant has resulted in scalable, privacy-first AI solutions, which facilitate faster document processing and informed patient care. As Anima continues to expand, it focuses on developing more autonomous clinical systems that remain compliant with regulatory constraints and adapt to evolving patient contexts, leveraging Qdrant's capabilities for continuous improvement in AI-driven healthcare delivery.
Jan 28, 2026 1,096 words in the original blog post.
AI coding agents often encounter predictable issues when interacting with APIs, primarily due to two failure modes: the "known unknowns," where agents lack specific insights that API maintainers have, and the "unknown unknowns," which involve environmental specifics not covered by documentation. Mintlify's SKILL.md and Armin Ronacher's REPL-first MCP address these issues by complementing each other, with SKILL.md providing a briefing that prevents known mistakes and the REPL allowing agents to discover current system states. This dual approach ensures agents are better equipped to write correct code by handling static knowledge and dynamic discovery, although it doesn’t completely eliminate failures. Instead, it shifts the focus from avoidable, mundane errors to more nuanced challenges. While SKILL.md packages accumulated product intuition, the REPL enables real-time exploration, and together they guide agents in making informed decisions without relying solely on documentation, ultimately improving the developer experience.
Jan 28, 2026 1,272 words in the original blog post.
AI coding agents often encounter predictable failures when interacting with APIs, primarily due to two failure modes: not knowing what they don't know (known unknowns) and not being able to discover what exists (unknown unknowns). Two innovative solutions have been proposed to address these issues: Mintlify's SKILL.md and Armin Ronacher's REPL-first MCP. SKILL.md offers a structured briefing, incorporating decision tables and explicit gotchas, to provide agents with pre-coded knowledge about using APIs, thus preventing errors like using deprecated methods or misconfiguring parameters. In contrast, Ronacher's REPL-first MCP allows agents to interact dynamically with the system, using a Python shell to explore and understand the API environment, thus addressing the unknown unknowns by discovering the current state of collections and schemas. While each approach individually resolves specific problems, their combined use ensures that agents are equipped to handle both static and dynamic challenges, enabling them to write more accurate and context-aware code. Despite these advancements, agents may still misinterpret user intentions or fail to grasp complex requirements, but the integration of SKILL.md and REPL significantly reduces common errors, allowing developers to focus on more complex issues.
Jan 28, 2026 1,273 words in the original blog post.
Kakao, a leading South Korean technology company, developed an AI-powered internal service desk called Service Desk Agent to streamline employee access to internal systems, APIs, and operational procedures, leveraging Qdrant as its primary vector store. The system is built as a Retrieval-Augmented Generation (RAG) platform, integrating semantic and keyword searches to handle complex queries across diverse data types, including technical documentation and historical inquiry data. Qdrant was chosen for its hybrid search capabilities, combining dense and sparse vectors through Reciprocal Rank Fusion, and for its operational fit with Kakao's infrastructure, supporting deployment on Kubernetes and allowing self-hosting. The system's architecture includes automated indexing and metadata filtering, enhancing search quality and response time, which has significantly reduced the support staff's workload and improved employee satisfaction by providing faster access to internal knowledge. As the dataset grows to approximately 1 million vectors, Kakao plans to expand the system's capabilities with features like multimodal search and deeper GraphRAG integration, positioning Qdrant as a crucial component for scalable, AI-driven knowledge access within the company.
Jan 27, 2026 995 words in the original blog post.
The Trust & Safety team at Flipkart has significantly enhanced its ability to detect and prevent platform abuse and fraud by implementing a real-time multimodal similarity search system using the open-source vector database Qdrant. Previously reliant on a slower batch-processing method with HBase and Locality-Sensitive Hashing, the team faced challenges in handling high-dimensional data quickly enough to prevent fraudulent activities effectively. By choosing Qdrant for its efficient HNSW indexing and compatibility with Flipkart's infrastructure, they reduced detection times from nine hours to under a minute, enabling proactive fraud prevention. The new multi-tenant similarity service not only facilitates real-time image similarity checks for fraud detection but also supports other use cases like address clustering and retrieval-augmented generation for GenAI projects. The integration with Java gRPC SDK and Prometheus metrics has streamlined adoption and monitoring, while custom adapters ensure reusability across teams. Looking forward, the team plans to expand the use of Qdrant within Flipkart, standardizing it as a core component for various AI initiatives and exploring further automation with agentic AI frameworks.
Jan 09, 2026 562 words in the original blog post.