From 79a3c00313d1bf1485b7550609215ef6a9709afa Mon Sep 17 00:00:00 2001 From: vilaca Date: Wed, 17 May 2023 23:45:27 +0100 Subject: [PATCH] remove duplicate --- ingest.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/ingest.py b/ingest.py index d28edd5..f221902 100644 --- a/ingest.py +++ b/ingest.py @@ -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, {}),