Spaces:
Runtime error
Runtime error
trying "run" instead of "get_relevant_documents"
Browse files
app.py
CHANGED
@@ -76,7 +76,7 @@ def get_text():
|
|
76 |
user_input = get_text()
|
77 |
|
78 |
if user_input:
|
79 |
-
docs = chain.
|
80 |
print('docs')
|
81 |
print(docs)
|
82 |
print('docs[0]')
|
|
|
76 |
user_input = get_text()
|
77 |
|
78 |
if user_input:
|
79 |
+
docs = chain.run(user_input)
|
80 |
print('docs')
|
81 |
print(docs)
|
82 |
print('docs[0]')
|