cancel
Showing results for 
Search instead for 
Did you mean: 
JUNNIE_J
New Contributor II
since ‎06-24-2024
‎06-24-2024

User Stats

  • 2 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

When creating a SQL Chatbot with LangChain SQLDatabase chain, Databricks database, and OpenAI model, I got a "Invalid SessionHandle" Error.Code of creating the SQL Chain:<code>llm = ChatOpenAI(temperature=0, openai_api_key=api_key, model_name='gpt-4-...