Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
retopara
/
ragflow
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
34b2ab3
ragflow
/
rag
/
nlp
/
__init__.py
KevinHuSh
add conversation API (#35)
4a858d3
about 1 year ago
raw
Copy download link
history
blame
103 Bytes
from
.
import
search
from
rag.utils
import
ELASTICSEARCH
retrievaler = search.Dealer(ELASTICSEARCH)