mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-08 14:31:55 +00:00
RAG template for MongoDB Atlas Vector Search (#12526)
This commit is contained in:
3
templates/rag-mongo/rag_mongo/__init__.py
Normal file
3
templates/rag-mongo/rag_mongo/__init__.py
Normal file
@@ -0,0 +1,3 @@
|
||||
from rag_mongo.chain import chain
|
||||
|
||||
__all__ = ["chain"]
|
Reference in New Issue
Block a user