SwatGarg commited on
Commit
ada9f79
1 Parent(s): 4cfbc56

Update retrieverV2.py

Browse files
Files changed (1) hide show
  1. retrieverV2.py +1 -1
retrieverV2.py CHANGED
@@ -12,7 +12,7 @@ import os
12
  # return embeddings
13
 
14
  curr_dir = os.getcwd()
15
- db_path = os.path.join(os.path.dirname(os.path.dirname(curr_dir)), 'src','vector_db','chroma_db')
16
 
17
  def process_pdf_document(file_path_list):
18
  '''
 
12
  # return embeddings
13
 
14
  curr_dir = os.getcwd()
15
+ db_path = os.path.join(os.path.dirname(os.path.dirname(curr_dir)), 'chroma_db')
16
 
17
  def process_pdf_document(file_path_list):
18
  '''