SwatGarg commited on
Commit
70a42d3
1 Parent(s): 35666b1

Update retriever.py

Browse files
Files changed (1) hide show
  1. retriever.py +1 -1
retriever.py CHANGED
@@ -12,7 +12,7 @@ import os
12
  # return embeddings
13
 
14
  curr_dir = os.getcwd()
15
- db_path = 'chroma_db'
16
 
17
  def process_pdf_document(file_path, parent_chunk_size=2000, child_chunk_size=500):
18
  '''
 
12
  # return embeddings
13
 
14
  curr_dir = os.getcwd()
15
+ db_path = 'chroma_db_v2'
16
 
17
  def process_pdf_document(file_path, parent_chunk_size=2000, child_chunk_size=500):
18
  '''