mikeion commited on
Commit
d66d3d8
·
1 Parent(s): 2af4b1d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -132,7 +132,7 @@ class Chatbot():
132
  # Use the L2 distance metric
133
  index = faiss.IndexFlatL2(d)
134
  print("Embeddings shape:", embeddings.shape)
135
- print("Embeddings data type:", embeddings.dtype)")
136
  index.add(embeddings)
137
 
138
 
 
132
  # Use the L2 distance metric
133
  index = faiss.IndexFlatL2(d)
134
  print("Embeddings shape:", embeddings.shape)
135
+ print("Embeddings data type:", embeddings.dtype)
136
  index.add(embeddings)
137
 
138