Update Vertex template (#12644)

Co-authored-by: Erick Friis <erick@langchain.dev>
This commit is contained in:
Lance Martin
2023-10-31 14:00:22 -07:00
committed by GitHub
parent aa3f4a9bc8
commit 9e17d1a225
3 changed files with 86 additions and 3 deletions

View File

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