Namitg02 commited on
Commit
aa46ac9
·
verified ·
1 Parent(s): 555598a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -68,5 +68,5 @@ retriever=vectordb.as_retriever()
68
  READER_MODEL = "HuggingFaceH4/zephyr-7b-beta"
69
  qa = ConversationalRetrievalChain.from_llm(llm=READER_MODEL,retriever=retriever,memory=memory,chain_type_kwargs={"prompt": QA_CHAIN_PROMPT})
70
 
71
- result = ({"query": question})
72
- print("result")
 
68
  READER_MODEL = "HuggingFaceH4/zephyr-7b-beta"
69
  qa = ConversationalRetrievalChain.from_llm(llm=READER_MODEL,retriever=retriever,memory=memory,chain_type_kwargs={"prompt": QA_CHAIN_PROMPT})
70
 
71
+ #result = ({"query": question})
72
+ print("qa")