runtime error

Exit code: 1. Reason: /python3.9/site-packages/click/core.py", line 783, in invoke return __callback(*args, **kwargs) File "/home/user/.local/lib/python3.9/site-packages/chainlit/cli/__init__.py", line 154, in chainlit_run run_chainlit(target) File "/home/user/.local/lib/python3.9/site-packages/chainlit/cli/__init__.py", line 55, in run_chainlit load_module(config.run.module_name) File "/home/user/.local/lib/python3.9/site-packages/chainlit/config.py", line 282, in load_module spec.loader.exec_module(module) File "<frozen importlib._bootstrap_external>", line 850, in exec_module File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed File "app.py", line 105, in <module> hf_retriever = asyncio.run(run()) File "/home/user/.local/lib/python3.9/site-packages/nest_asyncio.py", line 30, in run return loop.run_until_complete(task) File "/home/user/.local/lib/python3.9/site-packages/nest_asyncio.py", line 98, in run_until_complete return f.result() File "/usr/local/lib/python3.9/asyncio/futures.py", line 201, in result raise self._exception File "/usr/local/lib/python3.9/asyncio/tasks.py", line 256, in __step result = coro.send(None) File "app.py", line 102, in run retriever = await main() File "app.py", line 95, in main await process_all_batches() File "app.py", line 85, in process_all_batches vectorstore = await process_batch(None, batch, True, pbar) File "app.py", line 60, in process_batch result = await FAISS.afrom_documents(batch, hf_embeddings) File "/home/user/.local/lib/python3.9/site-packages/langchain_core/vectorstores/base.py", line 857, in afrom_documents return await cls.afrom_texts(texts, embedding, metadatas=metadatas, **kwargs) File "/home/user/.local/lib/python3.9/site-packages/langchain_community/vectorstores/faiss.py", line 1078, in afrom_texts embeddings = await embedding.aembed_documents(texts) AttributeError: 'str' object has no attribute 'aembed_documents' Batch 1/134: 0%| | 0/32 [00:00<?, ?it/s]

Container logs:

Fetching error logs...