XicoC commited on
Commit
ba54796
·
verified ·
1 Parent(s): c049fad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -120,7 +120,7 @@ async def on_chat_start():
120
  else:
121
  texts = process_text_file(file)
122
 
123
- print(f"Processing {len(texts)} text chunks")
124
 
125
  # Create a dict vector store
126
  vector_db = VectorDatabase()
 
120
  else:
121
  texts = process_text_file(file)
122
 
123
+ print(f"Processing (texts) text chunks")
124
 
125
  # Create a dict vector store
126
  vector_db = VectorDatabase()