mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-01-27 13:46:39 +08:00
8 lines
171 B
Python
8 lines
171 B
Python
from . import search
|
|
from rag.utils import ELASTICSEARCH
|
|
|
|
retrievaler = search.Dealer(ELASTICSEARCH)
|
|
|
|
from nltk.stem import PorterStemmer
|
|
stemmer = PorterStemmer()
|