Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -131,7 +131,7 @@ class Chatbot():
|
|
131 |
# Use the L2 distance metric
|
132 |
index = faiss.IndexFlatL2(d)
|
133 |
print("Embeddings shape:", embeddings.shape)
|
134 |
-
print("Embeddings data type:", embeddings
|
135 |
index.add(embeddings)
|
136 |
|
137 |
|
|
|
131 |
# Use the L2 distance metric
|
132 |
index = faiss.IndexFlatL2(d)
|
133 |
print("Embeddings shape:", embeddings.shape)
|
134 |
+
print("Embeddings data type:", type(embeddings))
|
135 |
index.add(embeddings)
|
136 |
|
137 |
|