MikeMann commited on
Commit
21aa4b5
·
1 Parent(s): 995c030

added EvalDataset Generation

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