Find answers from the community

Updated 5 months ago

Chat

At a glance

The community member is building a RAG chatbot and is asking about the difference between two approaches mentioned in a tutorial. The comments suggest that one approach uses just the raw language model, while the other uses the language model augmented with retrieved context. The community members indicate that the two approaches could serve the same purpose, and one could be built using the other.

Useful resources
I am building a RAG chatbot. What's the difference between below two in this tutorial(https://docs.llamaindex.ai/en/stable/examples/cookbooks/llama3_cookbook_ollama_replicate/). Aren't they both serve same purpose?
Attachments
image.png
image.png
L
2 comments
One is just the raw LLM, the other is sn LLM augmented by retrieved context
You could build the one on the right with the one on the left if you wanted
Add a reply
Sign up and join the conversation on Discord