Spaces:
Sleeping
Sleeping
Commit
·
8664f8a
1
Parent(s):
9f2a34c
test log
Browse files
app.py
CHANGED
@@ -27,6 +27,7 @@ index = VectorStoreIndex.from_documents(documents)
|
|
27 |
query_engine = index.as_query_engine()
|
28 |
|
29 |
def greet(question):
|
|
|
30 |
return question
|
31 |
# return query_engine.query(question)
|
32 |
|
|
|
27 |
query_engine = index.as_query_engine()
|
28 |
|
29 |
def greet(question):
|
30 |
+
logging.info("execute greet")
|
31 |
return question
|
32 |
# return query_engine.query(question)
|
33 |
|