mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-22 11:00:37 +00:00
Self-query template (#12694)
Co-authored-by: Erick Friis <erick@langchain.dev>
This commit is contained in:
3
templates/rag-self-query/rag_self_query/__init__.py
Normal file
3
templates/rag-self-query/rag_self_query/__init__.py
Normal file
@@ -0,0 +1,3 @@
|
||||
from rag_self_query.chain import chain
|
||||
|
||||
__all__ = ["chain"]
|
Reference in New Issue
Block a user