Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -120,7 +120,6 @@ async def on_chat_start():
|
|
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()
|
|
|
120 |
else:
|
121 |
texts = process_text_file(file)
|
122 |
|
|
|
123 |
|
124 |
# Create a dict vector store
|
125 |
vector_db = VectorDatabase()
|