runtime error

7.4MB/s] Downloading (…)"pytorch_model.bin";: 99%|█████████▉| 1.33G/1.34G [00:29<00:00, 60.8MB/s] Downloading (…)"pytorch_model.bin";: 100%|██████████| 1.34G/1.34G [00:30<00:00, 41.7MB/s] Downloading (…)"pytorch_model.bin";: 100%|██████████| 1.34G/1.34G [00:30<00:00, 44.0MB/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.2kB/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, 106kB/s] Downloading (…)08a81/tokenizer.json: 0%| | 0.00/466k [00:00<?, ?B/s] Downloading (…)08a81/tokenizer.json: 100%|██████████| 466k/466k [00:00<00:00, 57.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, 396kB/s] Downloading (…)3b7dc08a81/vocab.txt: 0%| | 0.00/232k [00:00<?, ?B/s] Downloading (…)3b7dc08a81/vocab.txt: 100%|██████████| 232k/232k [00:00<00:00, 113MB/s] Downloading (…)dc08a81/modules.json: 0%| | 0.00/387 [00:00<?, ?B/s] Downloading (…)dc08a81/modules.json: 100%|██████████| 387/387 [00:00<00:00, 406kB/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...