Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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)
|