Spaces:
Sleeping
Sleeping
updating the top_k value to check response
Browse files
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=
|
| 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")
|