runtime error

Exit code: 1. Reason: 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, 350kB/s] config.json: 0%| | 0.00/677 [00:00<?, ?B/s] config.json: 100%|██████████| 677/677 [00:00<00:00, 3.73MB/s] model.safetensors: 0%| | 0.00/670M [00:00<?, ?B/s] model.safetensors: 3%|▎ | 21.0M/670M [00:01<00:39, 16.5MB/s] model.safetensors: 100%|█████████▉| 670M/670M [00:02<00:00, 295MB/s] tokenizer_config.json: 0%| | 0.00/1.24k [00:00<?, ?B/s] tokenizer_config.json: 100%|██████████| 1.24k/1.24k [00:00<00:00, 8.00MB/s] vocab.txt: 0%| | 0.00/232k [00:00<?, ?B/s] vocab.txt: 100%|██████████| 232k/232k [00:00<00:00, 58.8MB/s] tokenizer.json: 0%| | 0.00/711k [00:00<?, ?B/s] tokenizer.json: 100%|██████████| 711k/711k [00:00<00:00, 20.3MB/s] special_tokens_map.json: 0%| | 0.00/695 [00:00<?, ?B/s] special_tokens_map.json: 100%|██████████| 695/695 [00:00<00:00, 7.36MB/s] 1_Pooling/config.json: 0%| | 0.00/297 [00:00<?, ?B/s] 1_Pooling/config.json: 100%|██████████| 297/297 [00:00<00:00, 3.02MB/s] <class 'dict'> 7 dict_keys(['ids', 'embeddings', 'documents', 'uris', 'data', 'metadatas', 'included']) ids False 0 [] embeddings True documents False 0 [] uris True data True metadatas True included False 1 [<IncludeEnum.documents: 'documents'>] Traceback (most recent call last): File "/home/user/app/app.py", line 74, in <module> rag_system.initialize_vector_store() File "/home/user/app/src/rag_pipeline/rag_system.py", line 40, in initialize_vector_store self.vector_store_management.initialize_vector_store() File "/home/user/app/src/vector_store/vector_store.py", line 43, in initialize_vector_store for content, doc_id, metadata in zip( TypeError: 'NoneType' object is not iterable

Container logs:

Fetching error logs...