Update pages/3_Earnings_Semantic_Search_π_.py
Browse files
pages/3_Earnings_Semantic_Search_π_.py
CHANGED
@@ -57,6 +57,8 @@ try:
|
|
57 |
bi_enc_dict[sbert_model_name],
|
58 |
emb_tokenizer,chain_type=chain_type)
|
59 |
|
|
|
|
|
60 |
references = [doc.page_content for doc in result['input_documents']]
|
61 |
|
62 |
answer = result['output_text']
|
|
|
57 |
bi_enc_dict[sbert_model_name],
|
58 |
emb_tokenizer,chain_type=chain_type)
|
59 |
|
60 |
+
print(result)
|
61 |
+
|
62 |
references = [doc.page_content for doc in result['input_documents']]
|
63 |
|
64 |
answer = result['output_text']
|