Fix rag google cloud vertex ai template (#14300)

Fix template by exposing chain correctly
This commit is contained in:
Eugene Yurtsev 2023-12-05 12:38:04 -05:00 committed by GitHub
parent f758c8adc4
commit 7ad75edf8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,3 @@
from rag_google_cloud_vertexai_search.chain import chain
__all__ = ["chain"]