Brifeb commited on
Commit
9816892
·
1 Parent(s): 6f75063
Files changed (1) hide show
  1. app.py +1 -0
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