You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am experimenting the semantic retrieval according to the tutorial, while got the corruption when starting run_server as follows:
E0100 00:00:00.000000 9225 dual_dict_wrapper.cpp:38] RAW: can't find dict_type:String2RecallItemAdapter
I0100 00:00:00.000000 9225 dual_dict_wrapper.cpp:64] RAW: load dict file:./example/conf/./faq_json.index
I0100 00:00:00.000000 9225 dual_dict_wrapper.cpp:65] RAW: dict file state: Wed Jul 11 10:25:55 2018
Program received signal SIGSEGV, Segmentation fault.
0x00000000007c6cd8 in anyq::DualDictWrapper::reload (this=0x5021ff0) at /root/AnyQ/src/dict/dual_dict_wrapper.cpp:68
68 if (tmp_dict->release() != 0) {
The error happens due to the plugin of String2RecallItemAdapter has not been registered. However, there does not exist such definition within the project, where could I find it within the project?
The text was updated successfully, but these errors were encountered:
I'm sorry that I made a mistake in this tutorial. Please replace 'String2RecallItemAdapter' with 'String2RetrievalItemAdapter' in example/conf/dict.conf. Thank you for pointing out our mistake.
I am experimenting the semantic retrieval according to the tutorial, while got the corruption when starting
run_server
as follows:The error happens due to the plugin of
String2RecallItemAdapter
has not been registered. However, there does not exist such definition within the project, where could I find it within the project?The text was updated successfully, but these errors were encountered: