MikeMann commited on
Commit
b38b149
·
1 Parent(s): 392710b

added EvalDataset Generation

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ os.environ["allow_dangerous_deserialization"] = "True"
6
  print(os.getcwd())
7
  embedding_path="/home/user/app/docs/_embeddings/index.faiss"
8
  print(f"Loading FAISS index from: {embedding_path}")
9
- print("Version 00:06")
10
  if not os.path.exists(embedding_path):
11
  print("File not found!")
12
  HF_KEY=os.getenv('Gated_Repo')
 
6
  print(os.getcwd())
7
  embedding_path="/home/user/app/docs/_embeddings/index.faiss"
8
  print(f"Loading FAISS index from: {embedding_path}")
9
+ print("Version 11:03")
10
  if not os.path.exists(embedding_path):
11
  print("File not found!")
12
  HF_KEY=os.getenv('Gated_Repo')