Skip to main content

Naive RAG

Naive RAG, as the name suggests, is a naive way to implement RAG. Being a naive implementation, it means naive RAG:

  • It's very easy to implement.
  • It has only limited usage scenarios.