Introducing the Ettin Reranker Family
Hugging Face has released six Ettin reranker models of varying sizes, designed to significantly improve the accuracy of search and RAG systems at low cost through a 'retrieve-then-rerank' two-stage architecture.
Hugging Face has released six Ettin reranker models of varying sizes, designed to significantly improve the accuracy of search and RAG systems at low cost through a 'retrieve-then-rerank' two-stage architecture.
IBM releases two Apache 2.0 open-source multilingual embedding models, where the 97-million-parameter compact version outperforms all models of similar size on various benchmarks, demonstrating the huge potential of 'small but mighty' models for specific tasks.
LlamaIndex launches Retrieval Harness, equipping AI agents with filesystem primitives like file listing, exact grep, and chunked reading to overcome the fragmentation of semantic search.
LangChain and MongoDB have deeply integrated to transform Atlas into a unified AI agent backend with vector search, persistent memory, natural language querying, and full-stack observability, aiming to solve data silos and infrastructure complexity in production.
The article explores the boundaries between traditional grep and semantic search/RAG for AI agents, highlighting grep's limitations with unstructured documents and at enterprise scale, and proposes a hybrid approach combining parsing tools.