qdrant
PulseAugur coverage of qdrant — every cluster mentioning qdrant across labs, papers, and developer communities, ranked by signal.
- 2026-09-08 product_launch Qdrant has released a new dataset to benchmark AI search technologies. source
- 2026-08-15 product_launch OpenCrawling released a new output connector for the Qdrant vector database. source
- 2024-01-11 partnership Qdrant partnered with Replit to launch new developer templates.
17 day(s) with sentiment data
-
Pinecone, Weaviate, and Qdrant: A Deep Dive into Vector Database Selection
This article compares three leading vector databases: Pinecone, Weaviate, and Qdrant, to help teams make informed infrastructure decisions for AI applications. It highlights that the optimal choice depends on specific w…
-
Qdrant simplifies agent integration with new static binary
A new component called kdrant-mcp has been released for the Qdrant vector database, offering a static binary that eliminates the need for a Python runtime and its associated dependencies. This simplifies deployment for …
-
RAG evaluation highlights synthetic vs. real-world query gaps
Researchers are exploring the nuances of evaluating Retrieval-Augmented Generation (RAG) systems, highlighting a significant divergence between synthetic and authentic query distributions. A study on a university facult…
-
Developer builds open-source RAG document assistant with local LLM
A developer has created CloudRAG, an open-source Retrieval-Augmented Generation (RAG) document assistant. The application allows users to upload documents and ask questions, with the system first searching for relevant …
-
Fireworks AI hosts 12th Nerd Meetup in San Francisco
Fireworks AI recently hosted its 12th Nerd Meetup in San Francisco, with attendees from Lightfield, Qdrant, and Fireworks itself. The event focused on the AI and infrastructure space, and the company plans to announce f…
-
HNSW vector search can silently miss data; tune ef_search
Vector search systems using Hierarchical Navigable Small World (HNSW) graphs can silently miss relevant data due to their approximate nature. The `ef_search` parameter, which controls the size of the candidate list duri…
-
Hybrid Search Explained: Combining BM25 and Vector Embeddings for AI
This article explains the concept of hybrid search, which combines traditional keyword-based search (like BM25) with modern vector search. Vector search uses embeddings to represent text as numerical vectors, allowing f…
-
MCP Memory Servers: A Standard for AI Agent Persistence
An MCP memory server acts as a Model Context Protocol server, designed to store and retrieve information for AI agents, ensuring learned data persists across sessions and tools. This server functions as a service layer …
-
Qdrant releases dataset to benchmark AI search performance
Qdrant has released a new dataset aimed at addressing the challenges in benchmarking AI search technologies. This dataset is designed to provide a standardized method for evaluating the performance of AI search systems,…
-
New embedflow tool simplifies migration between embedding models
A new method called embedflow has been developed to streamline the migration between different embedding models, significantly reducing the costly and time-consuming process of re-embedding entire datasets. This approac…
-
University of Aveiro team details BioASQ 14B biomedical QA system
The BIT.UA team from the University of Aveiro has detailed their participation in the BioASQ 14B challenge, focusing on biomedical question answering. They implemented a modular system that refactored both retrieval and…
-
AI Property Search Combines Vector Search with Structured Filtering
A new AI property search system has been developed that combines semantic vector search with structured filtering to overcome the limitations of traditional vector search methods. This approach addresses scenarios where…
-
Dubai startups embrace On-Device AI for data sovereignty amid cloud surveillance concerns
Startups in Dubai are increasingly adopting On-Device AI to comply with the UAE's upcoming 2026 Data Sovereignty laws. This shift is driven by concerns over cloud surveillance and the need to protect corporate data priv…
-
DocuSearch system enhances enterprise search with hybrid RAG and KG expansion
A new research paper details DocuSearch, an enterprise document search system designed to improve accuracy and grounding for complex queries. DocuSearch integrates semantic search with BGE-Large embeddings, BM25 full-te…
-
Rust-based Aura agent platform automates production incident resolution
Aura, a new Rust-based agent platform, is designed to help Site Reliability Engineers (SREs) investigate and resolve production incidents. It integrates with various observability tools and AI models, allowing users to …
-
Enabled Cognition builds private, low-latency humanoid robots with embedded Qdrant memory
Enabled Cognition is developing agentic autonomous humanoids that process information locally, addressing the latency and privacy issues of cloud-dependent robots. By embedding a vector database like Qdrant directly ont…
-
Self-host mem0 Agent Memory Framework with local vector store
This tutorial demonstrates how to self-host the mem0 Agent Memory Framework by replacing its default cloud-based components with local alternatives. It guides users through configuring mem0 to use Ollama for its LLM and…
-
Mem0 Agent Memory Framework offers local, multi-agent memory
The Mem0 Agent Memory Framework is a new open-source project designed to provide a shared memory system for multiple agents within a project. It operates entirely locally, utilizing Ollama, Qdrant, and Mem0 itself, and …
-
Advanced RAG techniques focus on scalability, efficiency, and observability
This cluster explores advanced techniques for Retrieval-Augmented Generation (RAG) systems, moving beyond simple three-step architectures. The first article details a multi-stage RAG pipeline designed for production rea…
-
Migrate from Pinecone to Qdrant: A Comprehensive Guide
This article provides a comprehensive guide for migrating vector data from Pinecone to Qdrant, addressing common pain points with Pinecone such as unexpected costs, vendor lock-in due to a lack of export APIs, limitatio…