ragflow/rag/nlp/__init__.py

4 lines
103 B
Python
Raw Normal View History

2024-01-18 19:28:37 +08:00
from . import search
from rag.utils import ELASTICSEARCH
retrievaler = search.Dealer(ELASTICSEARCH)