Mr-TD commited on
Commit
56635d2
1 Parent(s): 1bdec92

Update QnA.py

Browse files
Files changed (1) hide show
  1. QnA.py +1 -1
QnA.py CHANGED
@@ -1,5 +1,5 @@
1
  from langchain.chains import RetrievalQA
2
- from Api_Key import google_plam
3
  from langchain.llms import GooglePalm
4
 
5
  def Q_A(vectorstore,question):
 
1
  from langchain.chains import RetrievalQA
2
+ #from Api_Key import google_plam
3
  from langchain.llms import GooglePalm
4
 
5
  def Q_A(vectorstore,question):