hybrid-search

Tag

Cards List
#hybrid-search

Agent memory that retrieves 96.4% on LongMemEval without calling a model

Reddit r/AI_Agents · 2026-07-25

Agentlas is a free, open-source agent memory system that uses a local SQLite database combined with lightweight embedding and keyword search to achieve 96.4% on LongMemEval without calling an LLM, outperforming alternatives like mem0 and supermemory.

0 favorites 0 likes
#hybrid-search

@jerryjliu0: We've built the following document retrieval endpoints into LlamaParse: * Hybrid search (grep + vector search) * File g…

X AI KOLs Following · 2026-07-19 Cached

LlamaParse introduces new document retrieval endpoints including hybrid search, file grep, file find, and file read, aiming to improve agentic retrieval quality over unstructured documents.

0 favorites 0 likes
#hybrid-search

Cito

Product Hunt · 2026-07-13

Cito is a hybrid academic search tool over 236 million papers, designed for AI agents.

0 favorites 0 likes
#hybrid-search

@shedntcare_: BREAKING: Alibaba just dropped a vector database that could change RAG forever. Meet Zvec No server. No Docker. No clou…

X AI KOLs Timeline · 2026-07-05 Cached

Alibaba released Zvec, a fully open-source vector database (Apache 2.0) that can be installed via pip and supports dense, sparse, and hybrid search for RAG applications, processing billions of vectors in milliseconds.

0 favorites 0 likes
#hybrid-search

How Lume Works: The Retrieval Primitives

Hacker News Top · 2026-06-20 Cached

Technical deep dive into Lume, a Rust hybrid search engine that combines BM25, dense vectors, and entity graphs for auditable, local-first retrieval.

0 favorites 0 likes
#hybrid-search

your RAG app isn't broken because of the model

Reddit r/ArtificialInteligence · 2026-06-08

A developer shares that the real problem in a RAG app was the retrieval step failing on version numbers and codes, fixed by hybrid search (vector + BM25 + reciprocal rank fusion), not the model.

0 favorites 0 likes
#hybrid-search

@PSkinnerTech: TLDR; GBrain gives AI agents synthesis + gap analysis, a self-wiring typed knowledge graph, hybrid search, and a nightl…

X AI KOLs Following · 2026-06-01 Cached

GBrain is a tool that enhances AI agents with synthesis, gap analysis, a self-wiring typed knowledge graph, hybrid search, and a nightly dream cycle, all built on top of existing .md files in Obsidian.

0 favorites 0 likes
#hybrid-search

@garrytan: GBrain is SOTA retrieval for agents and free for your use. MIT license. It currently is designed for OpenClaw and Herme…

X AI KOLs Following · 2026-05-23 Cached

GBrain is a state-of-the-art retrieval tool for AI agents, released under MIT license, featuring hybrid search, self-wiring knowledge graphs, and temporal question answering, built by Y Combinator's CEO for his own agents.

0 favorites 0 likes
#hybrid-search

Wrote up the failure modes that kept breaking my RAG system: chunking, stale index, hybrid search, the works

Reddit r/ArtificialInteligence · 2026-05-21

A developer shares the failure modes encountered while debugging a RAG system, including issues with chunking, stale indices, and hybrid search, along with practical fixes like sliding window chunking and contextual retrieval.

0 favorites 0 likes
#hybrid-search

Most agent RAG problems I see are retrieval problems, not model problems

Reddit r/AI_Agents · 2026-05-20

The author argues that most agent RAG failures are due to retrieval problems—specifically chunking errors, lack of freshness signals, and reliance on pure vector search—rather than the LLM, and recommends structural chunking, decay-based ranking, and hybrid BM25+vector search.

0 favorites 0 likes
#hybrid-search

@jerryjliu0: Real question: what is the actual latest state-of-the-art for file search and retrieval? - Actual grep over filesystem …

X AI KOLs Following · 2026-05-18 Cached

Jerry Liu asks about the current state-of-the-art for file search and retrieval, listing options from grep to hybrid search over a database.

0 favorites 0 likes
#hybrid-search

Caraman at SemEval-2026 Task 8: Three-Stage Multi-Turn Retrieval with Query Rewriting, Hybrid Search, and Cross-Encoder Reranking

arXiv cs.CL · 2026-05-13 Cached

This paper describes a system for SemEval-2026 Task 8 that uses a three-stage pipeline involving query rewriting with a fine-tuned Qwen model, hybrid retrieval, and cross-encoder reranking to improve multi-turn retrieval performance.

0 favorites 0 likes
#hybrid-search

@DailyDoseOfDS_: Stop using vector search everywhere! A 30-year-old algorithm with zero training, zero embeddings, and zero fine-tuning …

X AI KOLs Timeline · 2026-05-07

The article argues against overusing vector search, highlighting BM25's effectiveness for exact keyword matching and its role in hybrid search systems.

0 favorites 0 likes
#hybrid-search

alibaba/zvec

GitHub Trending (daily) · 2026-06-16 Cached

Alibaba releases Zvec v0.5.0, an open-source in-process vector database with new features including full-text search, hybrid retrieval, DiskANN index, and new SDKs for Go, Rust, plus a visual tool.

0 favorites 0 likes
← Back to home

Submit Feedback