mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-05-29 01:28:42 +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()
|