qdrant
PulseAugur coverage of qdrant — every cluster mentioning qdrant across labs, papers, and developer communities, ranked by signal.
- 2024-01-11 partnership Qdrant partnered with Replit to launch new developer templates.
16 day(s) with sentiment data
-
Vector Search Fundamentals for RAG Design Explained
This article delves into the fundamentals of vector search, a crucial component for Retrieval-Augmented Generation (RAG) systems. It explains Approximate Nearest Neighbor (ANN) search, focusing on the Hierarchical Navig…
-
New HaloMark watermarking secures AI embedding vectors against manipulation
Researchers have developed HaloMark, a novel watermarking technique designed to cryptographically bind embedding vectors to content provenance manifests, specifically addressing limitations of existing methods for image…
-
Hybrid Search Fuses BM25 and Dense Vectors for Improved Information Retrieval
A new approach to information retrieval combines lexical search (BM25) with dense vector search to overcome the limitations of each. BM25 excels at matching exact keywords and rare terms, while dense vectors capture sem…
-
AnythingLLM struggles with Russian search due to default English-centric AI models
AnythingLLM, a local AI application, faces challenges with Russian language document search due to its default settings. The built-in all-MiniLM-L6-v2 embedding model is primarily trained on English, has a limited token…
-
Ragleap launches RAG library with focus on narrow scope
Ragleap has launched its RAG library, emphasizing a deliberate focus on narrow scope rather than broad feature parity. The library prioritizes retrieval-augmented generation, explicitly excluding agentic tool-calling an…
-
Langchain-Rust framework enables LLM apps in pure Rust, bypassing Python
The langchain-rust library offers a comprehensive framework for building LLM applications entirely in Rust, eliminating the need for Python. It provides first-class integration with Ollama for local models, supporting f…
-
Build a semantic cache for LLM apps to cut costs
A technical guide demonstrates how to build a semantic cache for LLM applications using Python, aiming to reduce API call costs. The approach involves converting user queries into vector embeddings using SentenceTransfo…
-
RAG enhances small business AI by grounding answers in company knowledge
Retrieval-Augmented Generation (RAG) offers a practical solution for small businesses struggling with scattered information by enabling AI to search company-specific documents before answering questions. This approach g…
-
LLM token usage slashed by 99% with RAG, TOON, and batching
A production engineering approach has significantly reduced LLM token usage and processing time for an automated candidate sourcing system. By implementing retrieval-augmented generation (RAG) with semantic routing and …
-
Vector vs. Graph Databases: Choosing the Right Backend for RAG AI
The choice between vector databases and graph databases is critical for optimizing Retrieval-Augmented Generation (RAG) AI applications. Vector databases excel at semantic similarity searches, making them ideal for unst…
-
SQLite extension sqlite-vec offers dependency-free AI memory stack
A new SQLite extension called sqlite-vec is enabling developers to build AI memory stacks with significantly reduced complexity and improved performance. This extension allows vector search capabilities to be directly i…
-
Production RAG pipelines require advanced architecture beyond simple demos
This article details the complexities of building a production-ready Retrieval-Augmented Generation (RAG) pipeline, contrasting it with simplified demo versions. It highlights common failure points such as outdated info…
-
Production RAG Systems: A Practical Guide to Data Indexing and Retrieval
This guide details the engineering challenges and best practices for deploying Retrieval-Augmented Generation (RAG) systems in production. It covers critical aspects such as data indexing with advanced chunking strategi…
-
Product Quantization Explained for Vector Databases
Product Quantization (PQ) is a compression technique that significantly reduces memory usage for large vector datasets, making it more efficient than storing full-precision vectors. This method involves dividing each ve…
-
RAG pipelines fail multi-hop questions; graph memory offers solution
A common retrieval-augmented generation (RAG) pipeline using only vector databases struggles with complex questions that require reasoning across multiple pieces of information. This is because vector search excels at s…
-
Ferrovec: Tiny Rust HNSW index enables browser-based semantic search
A new Rust library called Ferrovec has been developed to enable semantic search directly within a browser tab. Unlike existing solutions that rely on server-side infrastructure, Ferrovec compiles to WebAssembly, allowin…
-
DevOps Open Agent v2 launches with AI-powered debugging and integrations
DevOps Open Agent v2 has been released, offering enhanced AI capabilities for DevOps engineers. The new version includes AI agents for performance debugging, security scanning with Trivy, cloud cost detection, and GitHu…
-
Developer shares RAG assistant bugs: citation leaks and state loss
A developer encountered two significant bugs while building an agentic Retrieval-Augmented Generation (RAG) assistant. The first bug involved internal citation markers leaking into user-facing answers due to how streami…
-
Mem0, Letta, Zep: AI Agent Memory Frameworks Compared
Three open-source AI agent memory frameworks—Mem0, Letta, and Zep—offer distinct approaches to memory management. Mem0 provides a universal CRUD API for vector embeddings, suitable for simple integrations into existing …
-
Qdrant cuts RAG token costs by 67% with native ColBERT reranking
Qdrant has introduced a native ColBERT reranking feature that significantly reduces token costs for Retrieval-Augmented Generation (RAG) systems. This new capability allows Qdrant to perform token-to-token comparisons d…