Being able to embed your content as "passage" but questions people ask about it as "query" is useful for implementing RAG – a user's question might not naturally embed to a similar location as content that answers that question, this trick helps fix that
RAG Implementation: Embedding Passages and Queries Separately
By
–
Leave a Reply