Add rag google vertex ai search template (#13294)

- **Description:** This is a template demonstrating how to utilize
Google Vertex AI Search in conjunction with ChatVertexAI()
This commit is contained in:
juan-calvo-datatonic
2023-11-13 17:45:36 +01:00
committed by GitHub
parent 9024593468
commit 545b76b0fd
8 changed files with 2382 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
from rag_google_cloud_vertexai_search.chain import chain
if __name__ == "__main__":
query = "Who is the CEO of Google Cloud?"
print(chain.invoke(query))