Mandypo647 commited on
Commit
4825e0d
·
verified ·
1 Parent(s): 801b5d0

updating the top_k value to check response

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,7 +61,7 @@ def main():
61
  )
62
 
63
  db = SQLDatabase(engine=engine)
64
- agent_executor = create_sql_agent(llm, db=db, agent_type="openai-tools", verbose=True, top_k=200)
65
 
66
 
67
  # st.write("### Chat with Your Data")
 
61
  )
62
 
63
  db = SQLDatabase(engine=engine)
64
+ agent_executor = create_sql_agent(llm, db=db, agent_type="openai-tools", verbose=True, top_k=50)
65
 
66
 
67
  # st.write("### Chat with Your Data")