bupa1018 commited on
Commit
e0fbd25
·
1 Parent(s): 5ed203b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -240,7 +240,7 @@ def rag_workflow(query):
240
  def initialize():
241
  global vectorstore, chunks, llm
242
 
243
- partial_paths = ['kadi-apy-master/docs/source/setup/', 'kadi-apy-master/kadi_apy/lib/','kadi-apy-master/docs/source/usage/']
244
  file_paths = []
245
  all_texts, file_references = process_directory(REPOSITORY_DIRECTORY, partial_paths, file_paths)
246
  chunks = split_into_chunks(all_texts, file_references, 512, 0)
 
240
  def initialize():
241
  global vectorstore, chunks, llm
242
 
243
+ partial_paths = ['docs/source/setup/', 'kadi_apy/lib/','docs/source/usage/']
244
  file_paths = []
245
  all_texts, file_references = process_directory(REPOSITORY_DIRECTORY, partial_paths, file_paths)
246
  chunks = split_into_chunks(all_texts, file_references, 512, 0)