Import “langchain_community.query_constructor.schema” could not be resolved
from langchain_community.retrievers.self_query import SelfQueryRetriever
from langchain_community.query_constructor.schema import AttributeInfo
help me fix this
Import “langchain_community.query_constructor.schema” could not be resolved
from langchain_community.retrievers.self_query import SelfQueryRetriever
from langchain_community.query_constructor.schema import AttributeInfo
help me fix this
install langchain-classic and use
from langchain_classic.retrievers import SelfQueryRetrieverfrom langchain_classic.chains.query_constructor.schema import AttributeInfo