runtime error

ease import from langchain-community instead: `from langchain_community.document_loaders import TextLoader`. To install langchain-community run `pip install -U langchain-community`. warnings.warn( /usr/local/lib/python3.10/site-packages/langchain/document_loaders/__init__.py:36: LangChainDeprecationWarning: Importing document loaders from langchain is deprecated. Importing from langchain will no longer be supported as of langchain==0.2.0. Please import from langchain-community instead: `from langchain_community.document_loaders import PyPDFLoader`. To install langchain-community run `pip install -U langchain-community`. warnings.warn( /usr/local/lib/python3.10/site-packages/langchain/llms/__init__.py:548: LangChainDeprecationWarning: Importing LLMs from langchain is deprecated. Importing from langchain will no longer be supported as of langchain==0.2.0. Please import from langchain-community instead: `from langchain_community.llms import HuggingFacePipeline`. To install langchain-community run `pip install -U langchain-community`. warnings.warn( /usr/local/lib/python3.10/site-packages/langchain/embeddings/__init__.py:29: LangChainDeprecationWarning: Importing embeddings from langchain is deprecated. Importing from langchain will no longer be supported as of langchain==0.2.0. Please import from langchain-community instead: `from langchain_community.embeddings import HuggingFaceInstructEmbeddings`. To install langchain-community run `pip install -U langchain-community`. warnings.warn( Traceback (most recent call last): File "/home/user/app/app.py", line 93, in <module> embedding = HuggingFaceInstructEmbeddings() File "/usr/local/lib/python3.10/site-packages/langchain_community/embeddings/huggingface.py", line 158, in __init__ self.client = INSTRUCTOR( File "/usr/local/lib/python3.10/site-packages/sentence_transformers/SentenceTransformer.py", line 197, in __init__ modules = self._load_sbert_model( TypeError: INSTRUCTOR._load_sbert_model() got an unexpected keyword argument 'token'

Container logs:

Fetching error logs...