sidcww commited on
Commit
5285ea0
·
verified ·
1 Parent(s): b472a54

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"])