bupa1018 commited on
Commit
eafcd92
·
1 Parent(s): 8aebf77

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -368,7 +368,7 @@ def rag_workflow(query):
368
 
369
  def initialize():
370
  global docstore, codestore, chunks, llm
371
-
372
  #code_partial_paths = ['kadi_apy/lib/']
373
  #code_file_path = []
374
  doc_partial_paths = []
 
368
 
369
  def initialize():
370
  global docstore, codestore, chunks, llm
371
+ download_gitlab_repo()
372
  #code_partial_paths = ['kadi_apy/lib/']
373
  #code_file_path = []
374
  doc_partial_paths = []