RAG template for MongoDB Atlas Vector Search (#12526)

This commit is contained in:
Lance Martin
2023-10-30 14:31:34 -07:00
committed by GitHub
parent 13b89815a3
commit 26f0ca222d
8 changed files with 2489 additions and 0 deletions

View File

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