runtime error
Exit code: 1. Reason: , 3.76MB/s] model.safetensors: 0%| | 0.00/565M [00:00<?, ?B/s][A model.safetensors: 2%|▏ | 10.5M/565M [00:01<01:09, 8.02MB/s][A model.safetensors: 39%|███▉ | 219M/565M [00:02<00:03, 110MB/s] [A model.safetensors: 100%|█████████▉| 565M/565M [00:03<00:00, 168MB/s] tokenizer_config.json: 0%| | 0.00/25.6k [00:00<?, ?B/s][A tokenizer_config.json: 100%|██████████| 25.6k/25.6k [00:00<00:00, 5.14MB/s] tokenizer.model: 0%| | 0.00/4.81M [00:00<?, ?B/s][A tokenizer.model: 100%|██████████| 4.81M/4.81M [00:00<00:00, 93.8MB/s] tokenizer.json: 0%| | 0.00/37.0M [00:00<?, ?B/s][A tokenizer.json: 100%|██████████| 37.0M/37.0M [00:00<00:00, 51.2MB/s] special_tokens_map.json: 0%| | 0.00/552 [00:00<?, ?B/s][A special_tokens_map.json: 100%|██████████| 552/552 [00:00<00:00, 2.30MB/s] config.json: 0%| | 0.00/296 [00:00<?, ?B/s][A config.json: 100%|██████████| 296/296 [00:00<00:00, 975kB/s] [INFO]: Loading faiss with AVX2 support. [INFO]: Successfully loaded faiss with AVX2 support. Traceback (most recent call last): File "/home/user/app/app.py", line 16, in <module> rag = RAG( File "/home/user/app/rag.py", line 30, in __init__ self.vectore_store = FAISS.load_local(self.vectorstore, embeddings, allow_dangerous_deserialization=True)#, allow_dangerous_deserialization=True) File "/usr/local/lib/python3.10/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.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 renfevectors/index.faiss for reading: No such file or directory
Container logs:
Fetching error logs...