ChaitanyaFM commited on
Commit
fee98e6
·
1 Parent(s): 156c3a1

Removed .env file

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ from langchain.llms import HuggingFaceHub
11
  import os
12
  import numpy as np
13
 
14
- # EMBEDDINGS_FILE = "embeddings.npy"
15
  INDEX_FILE = "index.faiss"
16
 
17
  def save_embeddings_and_index(index):
 
11
  import os
12
  import numpy as np
13
 
14
+ #EMBEDDINGS_FILE = "embeddings.npy"
15
  INDEX_FILE = "index.faiss"
16
 
17
  def save_embeddings_and_index(index):