Namitg02 commited on
Commit
b937596
·
verified ·
1 Parent(s): 136dc37

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 that for the embeddings
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?"