Fix rag google cloud vertex ai template (#14300)

Fix template by exposing chain correctly
pull/14303/head
Eugene Yurtsev 10 months ago committed by GitHub
parent f758c8adc4
commit 7ad75edf8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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