SwatGarg commited on
Commit
3878cb3
1 Parent(s): b929932

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.dirname('chroma_db')
16
 
17
  def process_pdf_document(file_path_list):
18
  '''
 
12
  # return embeddings
13
 
14
  curr_dir = os.getcwd()
15
+ db_path = 'chroma_db'
16
 
17
  def process_pdf_document(file_path_list):
18
  '''