-
Book Overview & Buying
-
Table Of Contents
Building Neo4j-Powered Applications with LLMs
By :
In this section, we will dive into more advanced search capabilities using Haystack. You integrated embeddings into your Neo4j graph in Chapter 5. It is now time to explore how to enhance search beyond basic similarity matching. The goal here is to move from simple retrieval-based embeddings to a more nuanced, multi-layered exploration of knowledge in your graph.
We will explore techniques such as context-based reasoning and optimizing your search functionalities for specific use cases to deliver highly relevant and intelligent results.
Let us first talk about context-based reasoning.
Now, we will build on the embedding-based approach in the Connecting Haystack to Neo4j for advanced vector search section of the previous chapter, by integrating multi-hop reasoning across the Neo4j graph with Haystack’s similarity search capabilities. This approach allows the search engine...