runtime error

Exit code: 1. Reason: precationWarning: Importing FAISS from langchain.vectorstores is deprecated. Please replace deprecated imports: >> from langchain.vectorstores import FAISS with new imports of: >> from langchain_community.vectorstores import FAISS You can use the langchain cli to **automatically** upgrade many imports. Please see documentation here <https://python.langchain.com/docs/versions/v0_2/> from langchain.vectorstores import FAISS /usr/local/lib/python3.10/site-packages/pydantic/_internal/_fields.py:132: UserWarning: Field "model_name" in GPT4AllEmbeddings has conflict with protected namespace "model_". You may be able to resolve this warning by setting `model_config['protected_namespaces'] = ()`. warnings.warn( Downloading: 0%| | 0.00/45.9M [00:00<?, ?iB/s] Downloading: 73%|███████▎ | 33.6M/45.9M [00:01<00:00, 32.6MiB/s] Downloading: 100%|██████████| 45.9M/45.9M [00:01<00:00, 35.3MiB/s] Verifying: 0%| | 0.00/45.9M [00:00<?, ?iB/s] Verifying: 100%|██████████| 45.9M/45.9M [00:00<00:00, 594MiB/s] Failed to load libllamamodel-mainline-cuda-avxonly.so: dlopen: libcudart.so.11.0: cannot open shared object file: No such file or directory Failed to load libllamamodel-mainline-cuda.so: dlopen: libcudart.so.11.0: cannot open shared object file: No such file or directory Traceback (most recent call last): File "/home/user/app/app.py", line 12, in <module> vector_store = FAISS.load_local( File "/usr/local/lib/python3.10/site-packages/langchain_community/vectorstores/faiss.py", line 1203, in load_local index = faiss.read_index(str(path / f"{index_name}.faiss")) File "/usr/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 data/faiss_index.index/index.faiss for reading: No such file or directory

Container logs:

Fetching error logs...