ragflow/rag/nlp/__init__.py
2024-01-30 10:26:31 +00:00

7 lines
171 B
Python

from . import search
from rag.utils import ELASTICSEARCH
retrievaler = search.Dealer(ELASTICSEARCH)
from nltk.stem import PorterStemmer
stemmer = PorterStemmer()