docs: update google_cloud_vertexai_rerank.ipynb (#30039)

recieve -> receive
This commit is contained in:
Ikko Eltociear Ashimine 2025-02-28 22:45:06 +09:00 committed by GitHub
parent 0dbcc1d099
commit 46908ee3da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -546,7 +546,7 @@
"id": "ud_cnGszb1i9" "id": "ud_cnGszb1i9"
}, },
"source": [ "source": [
"Let's inspect a couple of reranked documents. We observe that the retriever still returns the relevant Langchain type [documents](https://python.langchain.com/api_reference/core/documents/langchain_core.documents.base.Document.html) but as part of the metadata field, we also recieve the `relevance_score` from the Ranking API." "Let's inspect a couple of reranked documents. We observe that the retriever still returns the relevant Langchain type [documents](https://python.langchain.com/api_reference/core/documents/langchain_core.documents.base.Document.html) but as part of the metadata field, we also receive the `relevance_score` from the Ranking API."
] ]
}, },
{ {