Spaces:
Runtime error
Runtime error
docs[0] log
Browse files
app.py
CHANGED
@@ -81,7 +81,7 @@ user_input = get_text()
|
|
81 |
|
82 |
if user_input:
|
83 |
docs = chain.get_relevant_documents(user_input)
|
84 |
-
console.log(
|
85 |
output = docs[0].page_content
|
86 |
console.log(output)
|
87 |
|
|
|
81 |
|
82 |
if user_input:
|
83 |
docs = chain.get_relevant_documents(user_input)
|
84 |
+
console.log(doc[0])
|
85 |
output = docs[0].page_content
|
86 |
console.log(output)
|
87 |
|