add paper & manual parser (#46)
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
from . import search
|
||||
from rag.utils import ELASTICSEARCH
|
||||
|
||||
retrievaler = search.Dealer(ELASTICSEARCH)
|
||||
retrievaler = search.Dealer(ELASTICSEARCH)
|
||||
|
||||
from nltk.stem import PorterStemmer
|
||||
stemmer = PorterStemmer()
|
||||
|
||||
Reference in New Issue
Block a user