Update app.py
Browse files
app.py
CHANGED
|
@@ -20,7 +20,7 @@ from langchain_community.vectorstores import FAISS
|
|
| 20 |
import os
|
| 21 |
|
| 22 |
print(os.environ["OPENAI_API_KEY"])
|
| 23 |
-
print(os.environ["
|
| 24 |
"""# Preprocessing document"""
|
| 25 |
|
| 26 |
# location of the pdf file/files.
|
|
|
|
| 20 |
import os
|
| 21 |
|
| 22 |
print(os.environ["OPENAI_API_KEY"])
|
| 23 |
+
print(os.environ["DATASET_ACCES"],'HALOOO')
|
| 24 |
"""# Preprocessing document"""
|
| 25 |
|
| 26 |
# location of the pdf file/files.
|