langchain
ac970c94 - Update Docs for TFIDFRetriever Import Path (#17322)

Commit
2 years ago
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.
Author
Parents
Loading