bupa1018 commited on
Commit
47b58fa
·
1 Parent(s): d52107e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -447,7 +447,7 @@ def rag_workflow(query):
447
  def initialize():
448
  global docstore, codestore, chunks, llm
449
  #download_gitlab_repo()
450
- code_partial_paths = ['kadi_apy/lib/resources/']
451
  code_file_path = []
452
  #doc_partial_paths = []
453
  doc_partial_paths = ['docs/source/setup/']
 
447
  def initialize():
448
  global docstore, codestore, chunks, llm
449
  #download_gitlab_repo()
450
+ code_partial_paths = ['kadi_apy/lib/']
451
  code_file_path = []
452
  #doc_partial_paths = []
453
  doc_partial_paths = ['docs/source/setup/']