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...
cdba7f7
ragflow
/
rag
/
nlp
/
__init__.py
KevinHuSh
add paper & manual parser (#46)
96a1a44
about 1 year ago
raw
Copy download link
history
blame
171 Bytes
from
.
import
search
from
rag.utils
import
ELASTICSEARCH
retrievaler = search.Dealer(ELASTICSEARCH)
from
nltk.stem
import
PorterStemmer
stemmer = PorterStemmer()