runtime error

Exit code: 1. Reason: /client.py:241: LangSmithMissingAPIKeyWarning: API key must be provided when using hosted LangSmith API warnings.warn( Traceback (most recent call last): File "/home/user/app/app.py", line 95, in <module> gr.ChatInterface(handle_prompt, type="messages", theme=gr.themes.Soft(), File "/usr/local/lib/python3.10/site-packages/gradio/chat_interface.py", line 166, in __init__ self.additional_inputs = [ File "/usr/local/lib/python3.10/site-packages/gradio/chat_interface.py", line 167, in <listcomp> get_component_instance(i) File "/usr/local/lib/python3.10/site-packages/gradio/components/base.py", line 450, in get_component_instance raise ValueError( ValueError: Component must provided as a `str` or `dict` or `Component` but is first={ context: VectorStoreRetriever(tags=['Chroma', 'HuggingFaceInstructEmbeddings'], vectorstore=<langchain_chroma.vectorstores.Chroma object at 0x7f0f09ea5270>, search_kwargs={}) | RunnableLambda(format_docs), question: RunnablePassthrough() } middle=[ChatPromptTemplate(input_variables=['context', 'question'], input_types={}, partial_variables={}, metadata={'lc_hub_owner': 'rlm', 'lc_hub_repo': 'rag-prompt', 'lc_hub_commit_hash': '50442af133e61576e74536c6556cefe1fac147cad032f4377b60c436e6cdcb6e'}, messages=[HumanMessagePromptTemplate(prompt=PromptTemplate(input_variables=['context', 'question'], input_types={}, partial_variables={}, template="You are an assistant for question-answering tasks. Use the following pieces of retrieved context to answer the question. If you don't know the answer, just say that you don't know. Use three sentences maximum and keep the answer concise.\nQuestion: {question} \nContext: {context} \nAnswer:"), additional_kwargs={})]), ChatMistralAI(rate_limiter=<langchain_core.rate_limiters.InMemoryRateLimiter object at 0x7f103590b640>, client=<httpx.Client object at 0x7f0ff7877e80>, async_client=<httpx.AsyncClient object at 0x7f0ff7568f40>, endpoint='https://api.mistral.ai/v1', model='mistral-large-latest')] last=StrOutputParser()

Container logs:

Fetching error logs...