mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-12 06:35:44 +08:00
4 lines
103 B
Python
4 lines
103 B
Python
from . import search
|
|
from rag.utils import ELASTICSEARCH
|
|
|
|
retrievaler = search.Dealer(ELASTICSEARCH) |