runtime error

Exit code: 1. Reason: ████| 3.89k/3.89k [00:00<00:00, 35.1MB/s] sentence_bert_config.json: 0%| | 0.00/53.0 [00:00<?, ?B/s] sentence_bert_config.json: 100%|██████████| 53.0/53.0 [00:00<00:00, 423kB/s] config.json: 0%| | 0.00/645 [00:00<?, ?B/s] config.json: 100%|██████████| 645/645 [00:00<00:00, 3.70MB/s] model.safetensors: 0%| | 0.00/471M [00:00<?, ?B/s] model.safetensors: 18%|█▊ | 83.9M/471M [00:01<00:04, 80.9MB/s] model.safetensors: 100%|█████████▉| 471M/471M [00:01<00:00, 282MB/s] tokenizer_config.json: 0%| | 0.00/480 [00:00<?, ?B/s] tokenizer_config.json: 100%|██████████| 480/480 [00:00<00:00, 4.87MB/s] tokenizer.json: 0%| | 0.00/9.08M [00:00<?, ?B/s] tokenizer.json: 100%|██████████| 9.08M/9.08M [00:00<00:00, 22.1MB/s] special_tokens_map.json: 0%| | 0.00/239 [00:00<?, ?B/s] special_tokens_map.json: 100%|██████████| 239/239 [00:00<00:00, 1.70MB/s] config.json: 0%| | 0.00/190 [00:00<?, ?B/s] config.json: 100%|██████████| 190/190 [00:00<00:00, 908kB/s] Set vectorstore FAISS Traceback (most recent call last): File "/home/user/app/app.py", line 23, in <module> vectorstore = get_vectorstore() File "/home/user/app/file_loader.py", line 80, in get_vectorstore vectorstore = FAISS.from_documents(documents=all_splits, embedding=embedding) File "/usr/local/lib/python3.10/site-packages/langchain_core/vectorstores/base.py", line 844, in from_documents return cls.from_texts(texts, embedding, metadatas=metadatas, **kwargs) File "/usr/local/lib/python3.10/site-packages/langchain_community/vectorstores/faiss.py", line 1044, in from_texts return cls.__from( File "/usr/local/lib/python3.10/site-packages/langchain_community/vectorstores/faiss.py", line 1001, in __from index = faiss.IndexFlatL2(len(embeddings[0])) IndexError: list index out of range

Container logs:

Fetching error logs...