bstraehle commited on
Commit
4b29ed4
·
1 Parent(s): 6514d80

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ from trace import wandb_trace
8
 
9
  _ = load_dotenv(find_dotenv())
10
 
11
- RAG_BATCH = True # document loading, splitting, storage
12
 
13
  config = {
14
  "chunk_overlap": 150, # document splitting
 
8
 
9
  _ = load_dotenv(find_dotenv())
10
 
11
+ RAG_BATCH = False # document loading, splitting, storage
12
 
13
  config = {
14
  "chunk_overlap": 150, # document splitting