runtime error

Exit code: 1. Reason: /usr/local/lib/python3.10/site-packages/langchain/_api/module_import.py:92: LangChainDeprecationWarning: Importing AzureSearch from langchain.vectorstores is deprecated. Please replace deprecated imports: >> from langchain.vectorstores import AzureSearch with new imports of: >> from langchain_community.vectorstores import AzureSearch You can use the langchain cli to **automatically** upgrade many imports. Please see documentation here <https://python.langchain.com/v0.2/docs/versions/v0_2/> warn_deprecated( Loading Prompts Building LLM Traceback (most recent call last): File "/home/user/app/app.py", line 48, in <module> llm = get_llm_api() File "/home/user/app/spinoza_project/source/backend/llm_utils.py", line 67, in get_llm_api AzureChatOpenAI( File "/usr/local/lib/python3.10/site-packages/pydantic/v1/main.py", line 339, in __init__ values, fields_set, validation_error = validate_model(__pydantic_self__.__class__, data) File "/usr/local/lib/python3.10/site-packages/pydantic/v1/main.py", line 1100, in validate_model values = validator(cls_, values) File "/usr/local/lib/python3.10/site-packages/langchain_openai/chat_models/azure.py", line 573, in validate_environment values["openai_api_version"] = values["openai_api_version"] or os.getenv( KeyError: 'openai_api_version'

Container logs:

Fetching error logs...