mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-01-29 22:56:36 +08:00
4 lines
103 B
Python
4 lines
103 B
Python
from . import search
|
|
from rag.utils import ELASTICSEARCH
|
|
|
|
retrievaler = search.Dealer(ELASTICSEARCH) |