runtime error

.5MB/s] Downloading (…)"pytorch_model.bin";: 99%|█████████▉| 1.33G/1.34G [00:31<00:00, 54.5MB/s] Downloading (…)"pytorch_model.bin";: 100%|██████████| 1.34G/1.34G [00:31<00:00, 39.2MB/s] Downloading (…)"pytorch_model.bin";: 100%|██████████| 1.34G/1.34G [00:31<00:00, 42.4MB/s] Downloading (…)nce_bert_config.json: 0%| | 0.00/57.0 [00:00<?, ?B/s] Downloading (…)nce_bert_config.json: 100%|██████████| 57.0/57.0 [00:00<00:00, 41.5kB/s] Downloading (…)cial_tokens_map.json: 0%| | 0.00/112 [00:00<?, ?B/s] Downloading (…)cial_tokens_map.json: 100%|██████████| 112/112 [00:00<00:00, 103kB/s] Downloading (…)08a81/tokenizer.json: 0%| | 0.00/466k [00:00<?, ?B/s] Downloading (…)08a81/tokenizer.json: 100%|██████████| 466k/466k [00:00<00:00, 49.4MB/s] Downloading (…)okenizer_config.json: 0%| | 0.00/385 [00:00<?, ?B/s] Downloading (…)okenizer_config.json: 100%|██████████| 385/385 [00:00<00:00, 390kB/s] Downloading (…)3b7dc08a81/vocab.txt: 0%| | 0.00/232k [00:00<?, ?B/s] Downloading (…)3b7dc08a81/vocab.txt: 100%|██████████| 232k/232k [00:00<00:00, 70.4MB/s] Downloading (…)dc08a81/modules.json: 0%| | 0.00/387 [00:00<?, ?B/s] Downloading (…)dc08a81/modules.json: 100%|██████████| 387/387 [00:00<00:00, 397kB/s] Traceback (most recent call last): File "app.py", line 21, in <module> ta = retrieval.Retrieval() File "/home/user/app/retrieval.py", line 39, in __init__ self.load_modules() File "/home/user/app/retrieval.py", line 42, in load_modules self._load_pinecone_vectorstore() File "/home/user/app/retrieval.py", line 56, in _load_pinecone_vectorstore self.vectorstore = Pinecone(index=pincecone_index, embedding_function=embeddings.embed_query, text_key="text") TypeError: __init__() got an unexpected keyword argument 'embedding_function'

Container logs:

Fetching error logs...