bstraehle commited on
Commit
1680cc0
·
verified ·
1 Parent(s): 5d1296f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ from custom_utils import (
12
 
13
  lock = threading.Lock()
14
 
15
- RAG_INGESTION = True
16
 
17
  RAG_OFF = "Off"
18
  RAG_NAIVE = "Naive RAG"
 
12
 
13
  lock = threading.Lock()
14
 
15
+ RAG_INGESTION = False
16
 
17
  RAG_OFF = "Off"
18
  RAG_NAIVE = "Naive RAG"