shoom013 commited on
Commit
ca891d7
·
verified ·
1 Parent(s): 83bc461

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -92,7 +92,7 @@ def rag(input_text, file):
92
  path = os.path.basename(file)
93
  shutil.copyfile(file.name, path)
94
  f = path
95
- echo file.name + ", " + fine.orig_name + ", " + f
96
  documents = SimpleDirectoryReader(f).load_data()
97
  index = VectorStoreIndex.from_documents(documents)
98
  # collection.add(
 
92
  path = os.path.basename(file)
93
  shutil.copyfile(file.name, path)
94
  f = path
95
+ print(file.name + ", " + file.orig_name + ", " + f)
96
  documents = SimpleDirectoryReader(f).load_data()
97
  index = VectorStoreIndex.from_documents(documents)
98
  # collection.add(