Update Docs for TFIDFRetriever Import Path (#17322)

This PR updates the `TF-IDF.ipynb` documentation to reflect the new
import path for TFIDFRetriever in the langchain-community package. The
previous path, `from langchain.retrievers import TFIDFRetriever`, has
been updated to `from langchain_community.retrievers import
TFIDFRetriever` to align with the latest changes in the langchain
library.
pull/17395/head^2
ByeongUk Choi 8 months ago committed by GitHub
parent 1c902ce3d1
commit ac970c9497
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -33,7 +33,7 @@
},
"outputs": [],
"source": [
"from langchain.retrievers import TFIDFRetriever"
"from langchain_community.retrievers import TFIDFRetriever"
]
},
{

Loading…
Cancel
Save