Skip to content

Commit

Permalink
docs: Fix wrong import of AttributeInfo (#28155)
Browse files Browse the repository at this point in the history
Fix wrong import of `AttributeInfo` from
`langchain.chains.query_constructor.base` to
`langchain.chains.query_constructor.schema`
  • Loading branch information
DangerousPotential authored Nov 16, 2024
1 parent 0b2bea4 commit e6fe8cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
},
"outputs": [],
"source": [
"from langchain.chains.query_constructor.base import AttributeInfo\n",
"from langchain.chains.query_constructor.schema import AttributeInfo\n",
"from langchain.retrievers.self_query.base import SelfQueryRetriever\n",
"from langchain_openai import OpenAI\n",
"\n",
Expand Down

0 comments on commit e6fe8cc

Please sign in to comment.