mirror of
https://github.com/hwchase17/langchain.git
synced 2026-07-15 15:40:34 +00:00
Most of the imports from the self-query retriever section seems to imported `AttributeInfo` from `query_constructor.base` instead of `query_constructor.schema`, found in the API reference [here](https://python.langchain.com/api_reference/langchain/chains/langchain.chains.query_constructor.schema.AttributeInfo.html) This PR resolves the wrong imports from most of the notebooks
LangChain Documentation
For more information on contributing to our documentation, see the Documentation Contributing Guide