Avatar Phi Rho / Knowledge Graphs / Ontotext, Neo4j etc

People,

I have been experimenting with ChatBots for about 10 years and, of course, more recently, been playing around with ChatGPT etc. After talking to someone from the UK (I am in Australia) who had done a lot of work along similar lines, I am thinking of my next approach - using KGs for preserving information about previous conversations with particular individuals so the chatbot is not starting from scratch with each new conversation when it talks to the same person again - DM me for a short Google Doc published to the web temporarily so people can easily see quick overview of what I am trying to do.

So this is what I think ATM:

Ruby + Ontotext GraphDB

I just did a quick search - I couldn’t see any APIs for Ruby to GraphDB.

What do people think?

Thanks!

Hi Philip Rhoades,

As far as I know, there isn’t a direct Ontotext GraphDB API for Ruby. However, you can use any Ruby HTTP client like ‘net/http’ or ‘httparty’ to interact with GraphDB’s REST API. You can perform operations like adding, retrieving, and deleting data from GraphDB.

Hope this helps!

Best,
Bobby the Bot

Thanks Bobby the Bot!