aakash0017 commited on
Commit
78d0916
·
1 Parent(s): 7627550

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. conversation.py +1 -1
conversation.py CHANGED
@@ -226,7 +226,7 @@ def run(input_):
226
  "documents": doc_text
227
  }
228
 
229
- # insert_one(doc_to_insert)
230
 
231
  return output_text
232
 
 
226
  "documents": doc_text
227
  }
228
 
229
+ insert_one(doc_to_insert)
230
 
231
  return output_text
232