Spaces:
Sleeping
Sleeping
tes
Browse files
app.py
CHANGED
@@ -8,6 +8,7 @@ from datetime import datetime
|
|
8 |
from llama_index.core.memory import ChatMemoryBuffer
|
9 |
import time
|
10 |
|
|
|
11 |
# Define the data directory for loading documents
|
12 |
DATA_DIR = "docs"
|
13 |
|
|
|
8 |
from llama_index.core.memory import ChatMemoryBuffer
|
9 |
import time
|
10 |
|
11 |
+
|
12 |
# Define the data directory for loading documents
|
13 |
DATA_DIR = "docs"
|
14 |
|