bstraehle commited on
Commit
dfc9647
·
verified ·
1 Parent(s): c700119

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ def invoke(openai_api_key, prompt, rag_option):
36
  db, collection = connect_to_database()
37
 
38
  if (RAG_INGESTION):
39
- rag_ingestion(collection)
40
 
41
  """
42
  print("777")
 
36
  db, collection = connect_to_database()
37
 
38
  if (RAG_INGESTION):
39
+ rag_ingestion()
40
 
41
  """
42
  print("777")