runtime error

Exit code: 1. Reason: | | 0/103 [00:00<?, ?it/s] Loading weights: 100%|██████████| 103/103 [00:00<00:00, 5055.74it/s] BertModel LOAD REPORT from: sentence-transformers/all-MiniLM-L6-v2 Key | Status | | ------------------------+------------+--+- embeddings.position_ids | UNEXPECTED | | Notes: - UNEXPECTED :can be ignored when loading from different task/architecture; not ok if you expect identical arch. tokenizer_config.json: 0%| | 0.00/350 [00:00<?, ?B/s] tokenizer_config.json: 100%|██████████| 350/350 [00:00<00:00, 1.95MB/s] vocab.txt: 0%| | 0.00/232k [00:00<?, ?B/s] vocab.txt: 100%|██████████| 232k/232k [00:00<00:00, 79.8MB/s] tokenizer.json: 0%| | 0.00/466k [00:00<?, ?B/s] tokenizer.json: 100%|██████████| 466k/466k [00:00<00:00, 34.6MB/s] special_tokens_map.json: 0%| | 0.00/112 [00:00<?, ?B/s] special_tokens_map.json: 100%|██████████| 112/112 [00:00<00:00, 529kB/s] config.json: 0%| | 0.00/190 [00:00<?, ?B/s] config.json: 100%|██████████| 190/190 [00:00<00:00, 1.25MB/s] Loading vector database... Traceback (most recent call last): File "/app/app.py", line 16, in <module> db = FAISS.load_local( "vectorstore", embeddings, allow_dangerous_deserialization=True ) File "/usr/local/lib/python3.13/site-packages/langchain_community/vectorstores/faiss.py", line 1205, in load_local index = faiss.read_index(str(path / f"{index_name}.faiss")) File "/usr/local/lib/python3.13/site-packages/faiss/swigfaiss_avx512.py", line 13058, in read_index return _swigfaiss_avx512.read_index(*args) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^ RuntimeError: Error in faiss::FileIOReader::FileIOReader(const char*) at /project/third-party/faiss/faiss/impl/io.cpp:69: Error: 'f' failed: could not open vectorstore/index.faiss for reading: No such file or directory

Container logs:

Fetching error logs...