Spaces:
Sleeping
Sleeping
Kieran Gookey
commited on
Commit
·
d33a2d5
1
Parent(s):
6dd905c
Changed prompt
Browse files
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("
|
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)
|