sudarshan-koirala / llama2-chat-with-documents

Simple Chainlit app to have interaction with your documents.
MIT License
49 stars 38 forks source link

New updates to import document_loaders from langchain #9

Open KDouibi opened 7 months ago

KDouibi commented 7 months ago

NEW: from langchain_community.document_loaders import ( DirectoryLoader, PyPDFLoader, TextLoader, UnstructuredMarkdownLoader, )

pip install -U langchain-community`