AI Zone Admin Forum Add your forum

NEWS: Chatbots.org survey on 3000 US and UK consumers shows it is time for chatbot integration in customer service!read more..

Create ElasticSearch DataBase Connection >> Help please
 
 

Hi, I am trying to develop a chatbot that will query data in an elasticsearch database ... I have seen the project code in MongoDb and I believe that maybe I can develop a module to connect also in Elasticsearch .... But this last revision does not compile the Project in VS2017

I have received an error of duktape.c not found in the project and if I delete this file I just received errors LNK2019 Symbol extern indefined ... without the possibility of trying to develop ....

Is there any procedure I might be doing to get around this?

 

 
  [ # 1 ]

fixed in github. The problem is the name of duktape.c changed to duktape.cpp.  Fix was to delete the reference to the file in vs2017, and then readd the duktape.cpp file from duktape folder

 

 
  login or register to react