runtime error

The token has not been saved to the git credentials helper. Pass `add_to_git_credential=True` in this function directly or `--add-to-git-credential` if using via `huggingface-cli` if you want to set the git credential as well. Token is valid (permission: write). Your token has been saved to /home/user/.cache/huggingface/token Login successful /usr/local/lib/python3.10/site-packages/huggingface_hub/file_download.py:1132: FutureWarning: `resume_download` is deprecated and will be removed in version 1.0.0. Downloads always resume when possible. If you want to force a new download, use `force_download=True`. warnings.warn( Traceback (most recent call last): File "/home/user/app/app.py", line 19, in <module> vectorstore = FAISS(embeddings.embed_query, embeddings.embed_documents) TypeError: FAISS.__init__() missing 2 required positional arguments: 'docstore' and 'index_to_docstore_id'

Container logs:

Fetching error logs...