When should I use this instruction for RAG retrival tasks?

#11
by kk3dmax - opened

task = 'Represent this sentence for searching relevant passages'
when should I use this instruction for RAG retrival tasks, here are 3 options:
option 1 - use it only at buiding vector store stage;
option 2 - use it only at retrieve vector store stage;
option 3 - use it at both buiding and retrieval vector store stages.

Beijing Academy of Artificial Intelligence org

option 2. You only need to add instruction to the query.

Sign up or log in to comment