New Blog: Agentic AI With Java and Neo4j

In my earlier GenAI blogs, we’ve looked at the basics of vector embeddings and vector search and how to apply it for GraphRAG .

Now we’ll take it one step further using agents to interact with our graph. And as the title suggests, we’ll do it with Java.

There’s a lot of support for writing agents in Python, but — at least when I started this post — there wasn’t as much for Java (*at least not that I found). Now someone may ask me, “Well, why would you want to do it in Java if it lacks good ...

Read it: Agentic AI With Java and Neo4j