fixed an UnboundLocalError when no documents are found (#12995)

Replace this entire comment with:
  - **Description:** fixed a bug
  - **Issue:** the issue # #12780
This commit is contained in:
Leonid Kuligin 2023-11-20 18:41:14 +01:00 committed by GitHub
parent b6f70d776b
commit f3fcdea574
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -160,6 +160,7 @@ class _BaseGoogleVertexAISearchRetriever(BaseModel):
from google.protobuf.json_format import MessageToDict
documents: List[Document] = []
chunk_type = "extractive_answers"
for result in results:
document_dict = MessageToDict(