VishnuRamDebyez commited on
Commit
8affcfc
·
verified ·
1 Parent(s): 3e491cc

Update langchain_utils.py

Browse files
Files changed (1) hide show
  1. langchain_utils.py +1 -1
langchain_utils.py CHANGED
@@ -12,7 +12,7 @@ retriever = vectorstore.as_retriever(search_kwargs={"k": 2})
12
  output_parser = StrOutputParser()
13
 
14
 
15
- load_dotenv()
16
 
17
 
18
 
 
12
  output_parser = StrOutputParser()
13
 
14
 
15
+
16
 
17
 
18