remove duplicate

This commit is contained in:
vilaca 2023-05-17 23:45:27 +01:00
parent 355b4be7c0
commit 79a3c00313
1 changed files with 0 additions and 3 deletions

View File

@ -24,9 +24,6 @@ from langchain.docstore.document import Document
from constants import CHROMA_SETTINGS
load_dotenv()
# Map file extensions to document loaders and their arguments
LOADER_MAPPING = {
".csv": (CSVLoader, {}),