ragflow / rag /nlp /__init__.py
KevinHuSh
add conversation API (#35)
4a858d3
raw
history blame
103 Bytes
from . import search
from rag.utils import ELASTICSEARCH
retrievaler = search.Dealer(ELASTICSEARCH)