langchain/templates/rag-singlestoredb/rag_singlestoredb/__init__.py
apeng-singlestore 5c0e9ac578
Add template for rag-singlestoredb (#12805)
This change adds a new template for simple RAG using the SingleStoreDB
vectorstore.

Twitter: @alexjpeng

---------

Co-authored-by: Erick Friis <erick@langchain.dev>
2023-11-02 17:51:00 -07:00

4 lines
63 B
Python

from rag_singlestoredb.chain import chain
__all__ = ["chain"]