Update app.py
Browse files
app.py
CHANGED
@@ -57,7 +57,7 @@ m = 32 # hnsw parameter. Higher is more accurate but takes more time to index (
|
|
57 |
#index = faiss.IndexFlatL2(embedding_dim)
|
58 |
#data.add_faiss_index(embeddings.shape[1], custom_index=index)
|
59 |
data.add_faiss_index("embeddings")
|
60 |
-
# adds an index column
|
61 |
|
62 |
print("check1")
|
63 |
#question = "How can I reverse Diabetes?"
|
|
|
57 |
#index = faiss.IndexFlatL2(embedding_dim)
|
58 |
#data.add_faiss_index(embeddings.shape[1], custom_index=index)
|
59 |
data.add_faiss_index("embeddings")
|
60 |
+
# adds an index column for the embeddings
|
61 |
|
62 |
print("check1")
|
63 |
#question = "How can I reverse Diabetes?"
|