validas / NLX

Natural Language Expression
2 stars 0 forks source link

replace neo4j with graphDB #2

Open freshNfunky opened 2 years ago

freshNfunky commented 2 years ago

Okay sir, also can the neo4j be replaced by another application such as graphDB. Like I would like to find and store the POS tags that the semantic trainer outputs using GraphDB instead, in such a case, what all must be done?

Originally posted by @PhantomScythe1738 in https://github.com/validas/NLX/issues/1#issuecomment-1176382969

freshNfunky commented 2 years ago

Hi Sai, i have no experience with other graphDB. the problem is the neo4j driver is deeply connected with the trainer because it uses all those class objects from the driver. thus you would require to replace the communication layer de.validas.nlx.ai with another accessing graphDB including to replace all the class references to the neo4j driver with a substitude from that other graphDB.

not impossible but a hassle