bstraehle commited on
Commit
8c19f4a
·
verified ·
1 Parent(s): b1d5ab5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ from custom_utils import connect_to_database, rag_ingestion, rag_retrieval, rag_
5
 
6
  lock = threading.Lock()
7
 
8
- RAG_INGESTION = False
9
 
10
  RAG_OFF = "Off"
11
  RAG_NAIVE = "Naive RAG"
 
5
 
6
  lock = threading.Lock()
7
 
8
+ RAG_INGESTION = True
9
 
10
  RAG_OFF = "Off"
11
  RAG_NAIVE = "Naive RAG"