runtime error
l/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/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 OpenAIEmbeddings`. 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.0.9 and will be removed in 0.2.0. An updated version of the class exists in the langchain-openai package and should be used instead. To use it run `pip install -U langchain-openai` and import as `from langchain_openai import OpenAIEmbeddings`. warn_deprecated( Traceback (most recent call last): File "/home/user/app/app.py", line 97, in <module> x = FAISS.load_local(model_path, OpenAIEmbeddings()) File "/home/user/.local/lib/python3.10/site-packages/langchain_community/vectorstores/faiss.py", line 1110, in load_local index = faiss.read_index( File "/home/user/.local/lib/python3.10/site-packages/faiss/swigfaiss_avx512.py", line 10538, in read_index return _swigfaiss_avx512.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 https:/huggingface.co/cathulyaprakash/vector/blob/main/vectorstore/index.faiss for reading: No such file or directory
Container logs:
Fetching error logs...