Update indexing.py
Browse files- indexing.py +1 -1
indexing.py
CHANGED
@@ -5,7 +5,7 @@ Compatible with latest LangChain and HuggingFaceEmbeddings
|
|
5 |
|
6 |
from pathlib import Path
|
7 |
import re
|
8 |
-
import
|
9 |
from unidecode import unidecode
|
10 |
|
11 |
from langchain_community.document_loaders import PyPDFLoader
|
|
|
5 |
|
6 |
from pathlib import Path
|
7 |
import re
|
8 |
+
import os
|
9 |
from unidecode import unidecode
|
10 |
|
11 |
from langchain_community.document_loaders import PyPDFLoader
|