I created a chatbot where users ask about our products .The approach I took is to simply feed the whole product catalogue into the context of a model with each user query to get answers. This approach while accurate is so expensive I don't think I'm doing it right. I have 2 questions,
- Am i doing this right?
- If this process is this expensive how can it be the right approach rather than RAG?