
DeprecationWarning for langchain_community.document_loaders
Hi, everyone. I am working with csv loader. I imported it this way:
from langchain_community.document_loaders import CSVLoader
It is giving following warning:
DeprecationWarning: `langchain-community` is being sunset and is no longer actively maintained. See https://github.com/langchain-ai/langchain-community/issues/674 for details and migration guidance toward standalone integration packages.
What is the alternative in newer versions specifically for csv loader?