Almaatla commited on
Commit
4b98830
·
verified ·
1 Parent(s): 90e94e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -167,4 +167,4 @@ def upload_database(file: UploadFile = File(...)):
167
  #global documents
168
  #documents = index.reconstruct_n(0, index.ntotal).tolist()
169
 
170
- return {"message": f"Database uploaded with {len(documents)} documents"}
 
167
  #global documents
168
  #documents = index.reconstruct_n(0, index.ntotal).tolist()
169
 
170
+ return {"message": f"Database uploaded with {index.ntotal} embeddings"}