AI-ANK commited on
Commit
6f6d2d9
1 Parent(s): 83242a5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -251,5 +251,5 @@ if st.button("Submit Query"):
251
  query_engine = SQLAutoVectorQueryEngine(
252
  sql_tool, vector_tool, service_context=service_context
253
  )
254
- response = query_engine.query(f"{user_query}+. Provide a detailed response and include lONG_NAME, name of broker, number of beds, number of baths, propertysqft and FORMATTED_ADDRESS. ALWAYS USE LIKE in WHERE CLAUSE. ALWAYS RESPOND IN WELL FORMATTED MARKDOWN")
255
  st.markdown(response.response)
 
251
  query_engine = SQLAutoVectorQueryEngine(
252
  sql_tool, vector_tool, service_context=service_context
253
  )
254
+ response = query_engine.query(f"{user_query}+. Provide a detailed response and include lONG_NAME, PRICE, name of broker, number of beds, number of baths, propertysqft and FORMATTED_ADDRESS. ALWAYS USE LIKE in WHERE CLAUSE. ALWAYS RESPOND IN WELL FORMATTED MARKDOWN")
255
  st.markdown(response.response)