Self-query template (#12694)

Co-authored-by: Erick Friis <erick@langchain.dev>
This commit is contained in:
Bagatur
2023-11-13 11:44:19 -08:00
committed by GitHub
parent 1e43025bf5
commit 2e42ed5de6
16 changed files with 3240 additions and 21 deletions

View File

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