mirror of
https://github.com/zylon-ai/private-gpt.git
synced 2025-12-22 20:12:55 +01:00
Merge pull request #268 from vilaca/dotenv-called-twice
remove duplicate call 'load_dotenv()' in ingester.py
This commit is contained in:
commit
42046c5ec0
1 changed files with 0 additions and 3 deletions
|
|
@ -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, {}),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue