ragflow/rag/nlp/__init__.py
2024-01-18 11:27:00 +00:00

4 lines
No EOL
103 B
Python

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