Update app.py
Browse files
app.py
CHANGED
@@ -14,6 +14,7 @@ from langchain_google_genai import GoogleGenerativeAIEmbeddings
|
|
14 |
from langchain_google_genai import ChatGoogleGenerativeAI
|
15 |
from langchain.chains.llm import LLMChain
|
16 |
from langchain.chains import StuffDocumentsChain
|
|
|
17 |
|
18 |
GOOGLE_API_KEY=os.environ['GOOGLE_API_KEY']
|
19 |
|
|
|
14 |
from langchain_google_genai import ChatGoogleGenerativeAI
|
15 |
from langchain.chains.llm import LLMChain
|
16 |
from langchain.chains import StuffDocumentsChain
|
17 |
+
from langchain_core.messages import HumanMessage
|
18 |
|
19 |
GOOGLE_API_KEY=os.environ['GOOGLE_API_KEY']
|
20 |
|