-
Book Overview & Buying
-
Table Of Contents
Building Neo4j-Powered Applications with LLMs
By :
We looked at Haystack and Python-based intelligent applications in the previous chapters. While Python is the favored language framework of data scientists, there are scenarios where we might need other frameworks to build solutions. One other popular language framework that comes to mind is Java. Java is faster than Python, provides integration to various data sources in a seamless manner, and is the most used language to build web-based applications along with the Spring Framework. For this purpose, we will look at how we can build intelligent applications based on Large Language Models (LLMs) and Neo4j in the next few chapters.
Also, we have been concentrating on leveraging LLM capabilities to build intelligent search applications. This is just one aspect, though; LLMs can also be great tools in building and using knowledge graphs to power better recommendation systems. In this...