neo4j_protobot icon indicating copy to clipboard operation
neo4j_protobot copied to clipboard

a basic bot to evaluate using neo4j graph database as chatbot memory.

Results 2 neo4j_protobot issues
Sort by recently updated
recently updated
newest added

I have an existing Java-based chatbot which I would like to replicate with graphs for memory - could we talk about how I might use what you have done here...

Hello, (py36) [bash]:python chatbot.py > Ready! clear I'm getting error after I submit clear > Ready! clear Traceback (most recent call last): File "/Users/jmedlen/PycharmProjects/neo4j_protobot-master/chatbot.py", line 66, in results = interpreter.parse(input_str)...