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
RAG without vectors: LLM keywords search FTS alternative
By
–
Leave a Reply