AI Dynamics

Global AI News Aggregator

About

RAG without vectors: LLM keywords search FTS alternative

Right: you can implement RAG without any vectors at all – get an LLM to spit out some keywords search phrases to run, then run those against a regular FTS search engine (or even with a bunch of SQL LIKE queries) and paste the results back into the context

→ View original post on X — @simonw