@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 News

Summary

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.

Real question: what is the actual latest state-of-the-art for file search and retrieval? - Actual grep over filesystem - Virtualized grep / BM25 over a db (what @mintlify did) - Vector search over a db - Hybrid search over a db - SQL - none of the above - some of the above?
Original Article
View Cached Full Text

Cached at: 05/19/26, 12:39 AM

Real question: what is the actual latest state-of-the-art for file search and retrieval?

  • Actual grep over filesystem
  • Virtualized grep / BM25 over a db (what @mintlify did)
  • Vector search over a db
  • Hybrid search over a db
  • SQL
  • none of the above
  • some of the above?

Similar Articles