mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-07 22:11:51 +00:00
@@ -2,4 +2,4 @@ from rag_google_cloud_vertexai_search.chain import chain
|
||||
|
||||
if __name__ == "__main__":
|
||||
query = "Who is the CEO of Google Cloud?"
|
||||
print(chain.invoke(query)) # noqa: T201
|
||||
print(chain.invoke(query))
|
||||
|
Reference in New Issue
Block a user