mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
add conversation API (#35)
This commit is contained in:
@ -0,0 +1,4 @@
|
||||
from . import search
|
||||
from rag.utils import ELASTICSEARCH
|
||||
|
||||
retrievaler = search.Dealer(ELASTICSEARCH)
|
||||
Reference in New Issue
Block a user