alexkueck commited on
Commit
702c9a5
·
verified ·
1 Parent(s): 6624d60

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -339,10 +339,10 @@ def generate_auswahl(prompt_in, file, file_history, chatbot, history, rag_option
339
 
340
  if (rag_option == "An"):
341
  #muss nur einmal ausgeführt werden...
342
- if vectorstore == None:
343
- print("db neu aufbauen!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!1")
344
- splits = document_loading_splitting()
345
- vectorstore, retriever = document_storage_chroma(splits)
346
 
347
  #kein Bild hochgeladen -> auf Text antworten...
348
  status = "Antwort der KI ..."
 
339
 
340
  if (rag_option == "An"):
341
  #muss nur einmal ausgeführt werden...
342
+ #if vectorstore == None:
343
+ print("db neu aufbauen!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!1")
344
+ splits = document_loading_splitting()
345
+ vectorstore, retriever = document_storage_chroma(splits)
346
 
347
  #kein Bild hochgeladen -> auf Text antworten...
348
  status = "Antwort der KI ..."