- Published on
When we design RAG Architecture, the most important part is how we translate our exisiting data into vectors using embedding query. Let say we have a collection of journals and we want those collections to be context in addtion to our prompt, we need select the relev ...