Add template for Pinecone + Multi-Query (#12353)

This commit is contained in:
Lance Martin
2023-10-26 10:12:23 -07:00
committed by GitHub
parent c6a733802b
commit bc6f6e968e
12 changed files with 2531 additions and 102 deletions

View File

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