Hello, I am building a bot in another language and would like to know if it is possible to use this bot system to query the concepts in a database of type elasticsearch?
I’m studying the possibility of creating an additional module to query the concepts through elastic ... but also I’m seeing that ChatScript works with Json ... I still do not quite understand ...
I could within a topic or in my control script create a function that checks a portion of the text and make a direct query via json in my database to find out if this word is part of a concept?
or would it be easier to modify the built-in functions to perform queries using libcurl and checking the results?