Lagrange.RagBot/rag/db/__init__.py

6 lines
73 B
Python

from .embedding import db, embedding
__all__ = [
db,
embedding
]