Spaces:
Running
Running
Update QnA.py
Browse files
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):
|