Spaces:
Running
Running
Commit
·
6adc865
1
Parent(s):
f796d0e
Update query_data.py
Browse files- query_data.py +0 -1
query_data.py
CHANGED
@@ -28,7 +28,6 @@ def get_chain(vectorstore):
|
|
28 |
qa_chain = ChatVectorDBChain.from_llm(
|
29 |
llm,
|
30 |
vectorstore,
|
31 |
-
# qa_prompt=QA_PROMPT,
|
32 |
condense_question_prompt=CONDENSE_QUESTION_PROMPT,
|
33 |
return_source_documents=True
|
34 |
)
|
|
|
28 |
qa_chain = ChatVectorDBChain.from_llm(
|
29 |
llm,
|
30 |
vectorstore,
|
|
|
31 |
condense_question_prompt=CONDENSE_QUESTION_PROMPT,
|
32 |
return_source_documents=True
|
33 |
)
|