Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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/
|
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/']
|