Kieran Gookey commited on
Commit
d33a2d5
·
1 Parent(s): 6dd905c

Changed prompt

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,6 +46,6 @@ if html_file is not None:
46
  query_engine = index.as_query_engine(
47
  filters=filters, service_context=service_context)
48
 
49
- response = query_engine.query("What is the current price of this product?")
50
 
51
  st.write(response)
 
46
  query_engine = index.as_query_engine(
47
  filters=filters, service_context=service_context)
48
 
49
+ response = query_engine.query("Get me all the information about the product")
50
 
51
  st.write(response)