Spaces:
Running
Running
Update retriever.py
Browse files- 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 = '
|
| 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 |
'''
|