Discussion on "Tool Use + RAG — When Retrieval Becomes a Decision" | Hashnode
Discussion on "Tool Use + RAG — When Retrieval Becomes a Decision". In the basic RAG module, retrieval was unconditional. Every query triggered the same pipeline: embed the query, search the vector store, stuff the top chunks into the prompt, generate. The model had n