joeyanuff commited on
Commit
c60291c
·
1 Parent(s): 2405f3d

trying "run" instead of "get_relevant_documents"

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -76,7 +76,7 @@ def get_text():
76
  user_input = get_text()
77
 
78
  if user_input:
79
- docs = chain.get_relevant_documents(user_input)
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]')