Update app.py
Browse files
app.py
CHANGED
|
@@ -9,7 +9,7 @@ from langchain.vectorstores import Chroma
|
|
| 9 |
|
| 10 |
|
| 11 |
# Set the path of your new directory
|
| 12 |
-
dir_path = "
|
| 13 |
|
| 14 |
# Create the directory using the os module
|
| 15 |
os.makedirs(dir_path, exist_ok=True)
|
|
|
|
| 9 |
|
| 10 |
|
| 11 |
# Set the path of your new directory
|
| 12 |
+
dir_path = "./docs"
|
| 13 |
|
| 14 |
# Create the directory using the os module
|
| 15 |
os.makedirs(dir_path, exist_ok=True)
|