nirmalaag commited on
Commit
c68831d
·
verified ·
1 Parent(s): 765a0f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -72,7 +72,7 @@ def main():
72
  chain = load_qa_chain(llm=llm, chain_type="stuff")
73
  response = chain.run(input_documents=docs, question=query)
74
  # retriever=vector_store.as_retriever()
75
- st.write(docs)
76
  #chain = RetrievalQA.from_chain_type(llm=llm,chain_type="stuff",retriever=retriever)
77
  #response = chain.run(chain)
78
  st.write(response)
 
72
  chain = load_qa_chain(llm=llm, chain_type="stuff")
73
  response = chain.run(input_documents=docs, question=query)
74
  # retriever=vector_store.as_retriever()
75
+ #st.write(docs)
76
  #chain = RetrievalQA.from_chain_type(llm=llm,chain_type="stuff",retriever=retriever)
77
  #response = chain.run(chain)
78
  st.write(response)