bstraehle commited on
Commit
83de206
·
1 Parent(s): aaa673b

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