runtime error
ase import from langchain-community instead: `from langchain_community.document_loaders import SeleniumURLLoader`. To install langchain-community run `pip install -U langchain-community`. warnings.warn( /home/user/.local/lib/python3.10/site-packages/langchain/vectorstores/__init__.py:35: LangChainDeprecationWarning: Importing vector stores 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.vectorstores import FAISS`. To install langchain-community run `pip install -U langchain-community`. warnings.warn( /home/user/.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 OpenAI`. To install langchain-community run `pip install -U langchain-community`. warnings.warn( /home/user/.local/lib/python3.10/site-packages/langchain_core/_api/deprecation.py:117: LangChainDeprecationWarning: The class `langchain_community.embeddings.openai.OpenAIEmbeddings` was deprecated in langchain-community 0.1.0 and will be removed in 0.2.0. Use langchain_openai.OpenAIEmbeddings instead. warn_deprecated( Traceback (most recent call last): File "/home/user/app/app.py", line 63, in <module> docsearch = FAISS.load_local("faiss_index", embeddings) File "/home/user/.local/lib/python3.10/site-packages/langchain_community/vectorstores/faiss.py", line 1059, in load_local index = faiss.read_index( File "/home/user/.local/lib/python3.10/site-packages/faiss/swigfaiss_avx2.py", line 10206, in read_index return _swigfaiss_avx2.read_index(*args) RuntimeError: Error in faiss::FileIOReader::FileIOReader(const char*) at /project/faiss/faiss/impl/io.cpp:67: Error: 'f' failed: could not open faiss_index/index.faiss for reading: No such file or directory
Container logs:
Fetching error logs...