bstraehle commited on
Commit
4ba26b3
·
1 Parent(s): 0508fd6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ from trace import trace_wandb
9
 
10
  _ = load_dotenv(find_dotenv())
11
 
12
- RAG_INGESTION = True # load, split, embed, and store documents
13
 
14
  RAG_OFF = "Off"
15
  RAG_LANGCHAIN = "LangChain"
 
9
 
10
  _ = load_dotenv(find_dotenv())
11
 
12
+ RAG_INGESTION = False # load, split, embed, and store documents
13
 
14
  RAG_OFF = "Off"
15
  RAG_LANGCHAIN = "LangChain"