I’m trying to use LangChain in my Python project. My current retriever.py contains:
from langchain.chains import RetrievalQA
But when I run my code, I get:
ImportError: cannot import name 'RetrievalQA' from 'langchain.chains'
My current environment:
Python 3.13.7
langchain version: 1.0.5
OS: Windows 11