added EvalDataset Generation
Browse files
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:
|
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')
|