Spaces:
Sleeping
Sleeping
Update helpers.py
Browse files- helpers.py +4 -0
helpers.py
CHANGED
@@ -18,6 +18,10 @@ from bs4 import BeautifulSoup
|
|
18 |
import os
|
19 |
from langchain_docling import DoclingLoader#, ExportType
|
20 |
from langchain_docling.loader import ExportType
|
|
|
|
|
|
|
|
|
21 |
|
22 |
|
23 |
# from file_loader import get_vectorstore
|
|
|
18 |
import os
|
19 |
from langchain_docling import DoclingLoader#, ExportType
|
20 |
from langchain_docling.loader import ExportType
|
21 |
+
import logging
|
22 |
+
# logging.getLogger("langchain").setLevel(logging.ERROR)
|
23 |
+
logging.getLogger().setLevel(logging.ERROR)
|
24 |
+
|
25 |
|
26 |
|
27 |
# from file_loader import get_vectorstore
|