AnyQ icon indicating copy to clipboard operation
AnyQ copied to clipboard

FAQ-based Question Answering System

Results 72 AnyQ issues
Sort by recently updated
recently updated
newest added

编译环境: cmake 3.2.2(原来是比较高版本的,后来编译一直报各种乱七八糟的问题,特意按照文档改成3.2.2) g++ 8.3.0(本来也是想降版本的,但是网上的各种方法,都表示降不到4.8,而且还出现新的各种问题,就恢复了最新的) bison 3.3.2(觉得版本区别不大,应该是可以直接用的吧) [ 4%] Built target extern_eigen [ 9%] Built target extern_zlib [ 14%] Built target extern_protobuf [libprotobuf WARNING /home/pi/AnyQ/build/third_party/protobuf/src/extern_protobuf/src/google/protobuf/compiler/parser.cc:546] No syntax specified for the...

目前卡在make阶段。 In file included from amalgamation/xgboost-all0.cc:78: amalgamation/../src/common/host_device_vector.cc: In constructor ‘xgboost::HostDeviceVector::HostDeviceVector(std::initializer_list, int) [with T = double]’: amalgamation/../src/common/host_device_vector.cc:42:1: note: parameter passing for argument of type ‘std::initializer_list’ changed in GCC 7.1 HostDeviceVector::HostDeviceVector(std::initializer_list init,...

[root@localhost build]# ./run_server I0100 00:00:00.000000 40279 dual_dict_wrapper.cpp:26] RAW: config_name: rank_weights I0100 00:00:00.000000 40279 dual_dict_wrapper.cpp:27] RAW: config_type: String2FloatAdapter I0100 00:00:00.000000 40279 dual_dict_wrapper.cpp:28] RAW: config_path: ./rank_weights I0100 00:00:00.000000 40279 dual_dict_wrapper.cpp:50] RAW: dual...

**make后出现下面错误:** make[2]: *** [CMakeFiles/annoy_index_build_tool.dir/build.make:56:CMakeFiles/annoy_index_build_tool.dir/demo/annoy_index_build.cpp.o] 错误 1 make[1]: *** [CMakeFiles/Makefile2:61:CMakeFiles/annoy_index_build_tool.dir/all] 错误 2 make: *** [Makefile:76:all] 错误 2 **make+i后出现下面错误:** make[2]: *** 没有规则可制作目标“third_party/lib/libcrypto.a”,由“run_server” 需求。 停止。 [100%] Built target run_server 编译后不出现runserver文件,请问有没有方法解决。

PyTorch比TensorFlow在学术界应用还是广点。

运行起run_server之后,在另一个ip下的机器使用curl -X POST xxxx:8999/anyq -d '{"question":"您好"},显示curl: (7) Failed to connect to xxxx port 8999: No route to host. 该ip可以ping通,请问是什么原因,应该怎么解决

请问一下,我有多种业务类型的问题,如何分类

SimNet通过PaddlePaddle 平台训练的模型 怎么加入AnyQ的model 系统中 我直接放到anyQ的conf/simnet下启动anyQ报错