Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pages/techniques/rag.en.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ This shows the potential of RAG as a viable option for enhancing outputs of lang

More recently, these retriever-based approaches have become more popular and are combined with popular LLMs like ChatGPT to improve capabilities and factual consistency.

You can find a [simple example of how to use retrievers and LLMs for question answering with sources](https://python.langchain.com/en/latest/modules/chains/index_examples/vector_db_qa_with_sources.html) from the LangChain documentation.
You can find a [simple example of how to use retrievers and LLMs for question answering with sources](https://python.langchain.com/docs/modules/chains/popular/vector_db_qa) from the LangChain documentation.