Files
langchain/docs
ByeongUk Choi ac970c9497 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.
2024-02-11 21:26:08 -08:00
..
2024-02-08 14:52:26 -08:00
2024-02-07 22:09:34 -05:00

LangChain Documentation

For more information on contributing to our documentation, see the Documentation Contributing Guide