mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-06 21:43:44 +00:00
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:
committed by
GitHub
parent
9024593468
commit
545b76b0fd
5
templates/rag-google-cloud-vertexai-search/main.py
Normal file
5
templates/rag-google-cloud-vertexai-search/main.py
Normal 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))
|
Reference in New Issue
Block a user