mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
4 lines
103 B
Python
4 lines
103 B
Python
from . import search
|
|
from rag.utils import ELASTICSEARCH
|
|
|
|
retrievaler = search.Dealer(ELASTICSEARCH) |