mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-25 04:49:17 +00:00
Add Weaviate RAG template (#12460)
This commit is contained in:
3
templates/rag-weaviate/rag_weaviate/__init__.py
Normal file
3
templates/rag-weaviate/rag_weaviate/__init__.py
Normal file
@@ -0,0 +1,3 @@
|
||||
from rag_weaviate.chain import chain
|
||||
|
||||
__all__ = ["chain"]
|
Reference in New Issue
Block a user