Spaces:
Running
Running
ryanrwatkins
commited on
Commit
•
f3a5767
1
Parent(s):
e0aa700
Update app.py
Browse files
app.py
CHANGED
@@ -801,7 +801,7 @@ def submit_message(prompt, prompt_template, temperature, max_tokens, context_len
|
|
801 |
|
802 |
completion = { "content": completion }
|
803 |
print("completion text")
|
804 |
-
print(completion['content']['source_documents']
|
805 |
|
806 |
|
807 |
|
|
|
801 |
|
802 |
completion = { "content": completion }
|
803 |
print("completion text")
|
804 |
+
print(completion['content']['source_documents'].metadata)
|
805 |
|
806 |
|
807 |
|