Add Weaviate RAG template (#12460)

This commit is contained in:
Lance Martin
2023-10-27 15:19:34 -07:00
committed by GitHub
parent df4960a6d8
commit a476147189
7 changed files with 172 additions and 0 deletions

View File

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