Changed to real data to run again

This commit is contained in:
inocturnis 2022-05-27 10:39:57 -07:00
parent 8d2dcea172
commit ebc72baa7d

View File

@ -46,7 +46,7 @@ class Index():
class Indexer():
def __init__(self,list_partials,weight,data_paths,worker_factory=Worker,worker_weight_factory=Worker_Weight):
#Config stuffs
self.path = "test/"
self.path = "data/DEV"
self.num_doc = 0
self.list_partials = list_partials
self.weight = weight