Spaces:
Runtime error
Runtime error
BhanuPrakashSamoju
commited on
Commit
•
9a9cf27
1
Parent(s):
8ccb652
Update Index.py
Browse files
Index.py
CHANGED
@@ -261,10 +261,10 @@ def rag( question: str, evaluate: bool):
|
|
261 |
)
|
262 |
|
263 |
#response = chain("how tredence brought good insight?")
|
264 |
-
response = chain(
|
265 |
print(response["result"])
|
266 |
|
267 |
-
time.sleep(
|
268 |
|
269 |
df = px.active_session().get_spans_dataframe()
|
270 |
print(px.active_session())
|
|
|
261 |
)
|
262 |
|
263 |
#response = chain("how tredence brought good insight?")
|
264 |
+
response = chain(question)
|
265 |
print(response["result"])
|
266 |
|
267 |
+
time.sleep(4)
|
268 |
|
269 |
df = px.active_session().get_spans_dataframe()
|
270 |
print(px.active_session())
|