ragflow/rag/nlp/__init__.py
2024-01-18 19:28:37 +08:00

4 lines
103 B
Python

from . import search
from rag.utils import ELASTICSEARCH
retrievaler = search.Dealer(ELASTICSEARCH)