MK
MK
Greetings, The ```python from langchain.agents import create_sql_agent from langchain.agents.agent_toolkits import SQLDatabaseToolkit from langchain.sql_database import SQLDatabase from langchain.chat_models import AzureChatOpenAI db = SQLDatabase.from_uri(connection_string2) toolkit = SQLDatabaseToolkit(db=db) agent_executor = create_sql_agent( llm=AzureChatOpenAI(deployment_name="gpt-4-32k", model_name="gpt-4-32k",temperature=0.0),...
## Describe the bug Using EKS templates provided in the fix-eks-issue branch. Using the main branch to deploy cf-for-k8. kapp deploy -a cf -f
Greetings, Using the tutorial found on [https://cf-for-k8s.io/docs/](https://cf-for-k8s.io/docs/) I am using AWS ECR setup as prescribed in sample-cf-install-values.yml When I come to the section > Experiencing your first cf push I...