Update app.py
Browse files
app.py
CHANGED
@@ -42,7 +42,7 @@ combine_docs_chain = create_stuff_documents_chain(llm, prompt)
|
|
42 |
retrieval_chain = create_retrieval_chain(retriever, combine_docs_chain)
|
43 |
|
44 |
# Invoke the retrieval chain
|
45 |
-
response = retrieval_chain.invoke({"input": "
|
46 |
|
47 |
# Print the answer to the question
|
48 |
print(response["answer"])
|
|
|
42 |
retrieval_chain = create_retrieval_chain(retriever, combine_docs_chain)
|
43 |
|
44 |
# Invoke the retrieval chain
|
45 |
+
response = retrieval_chain.invoke({"input": "國艦國造進度?"})
|
46 |
|
47 |
# Print the answer to the question
|
48 |
print(response["answer"])
|