Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -711,8 +711,8 @@ chain = ConversationalRetrievalChain.from_llm(
|
|
711 |
|
712 |
|
713 |
# let's invoke the chain
|
714 |
-
|
715 |
-
|
716 |
|
717 |
|
718 |
chain.memory.load_memory_variables({})
|
|
|
711 |
|
712 |
|
713 |
# let's invoke the chain
|
714 |
+
response = chain.invoke({"question":"what does Google stand for?"})
|
715 |
+
print(response)
|
716 |
|
717 |
|
718 |
chain.memory.load_memory_variables({})
|