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