July 2026 Summaries
4 posts from Neo4j
Filter
Month:
Year:
Post Summaries
Back to Blog
Hybrid search in Neo4j is an advanced retrieval method that integrates lexical, semantic, and structural searches, enabling a comprehensive approach to finding relevant results by combining words, meanings, relationships, and structures in a single pipeline. This approach utilizes Cypher patterns and technologies such as Weighted Reciprocal Rank Fusion (WRRF) to re-rank results from multiple sources, ensuring a more precise retrieval than using any single search method. Lexical search focuses on exact vocabulary matches, semantic search identifies similar meanings even in different languages, and structural search examines graph contexts to determine relevance based on node relationships. By combining these methods, Neo4j's hybrid search provides a robust mechanism for tasks like support case investigations, allowing users to find related cases through a nuanced understanding of technical vocabulary, contextual similarities, and structural graph relationships. This approach is customizable, allowing teams to adjust weights and filters to better fit specific domain requirements, and demonstrates the unique value graph structures bring to search by not only improving post-search context but also guiding what should be retrieved initially.
Jul 08, 2026
1,493 words in the original blog post.
Christoffer Bergman discusses Neo4j's Virtual Graph feature, which allows users to treat data in relational databases like BigQuery as if it were native graph data, facilitating the use of Cypher queries and Graph Data Science algorithms without data extraction, transformation, and loading (ETL). By using Neo4j's Virtual Graphs, users can express graph queries and visualize data as graphs while maintaining data in its original relational format, albeit with some limitations in execution speed due to the underlying relational engine. Bergman uses the example of calculating the "Bacon number" of Swedish actor Björn Bengtsson through a series of database operations to illustrate the benefits and process of implementing Virtual Graphs. He explains that while Virtual Graphs provide a convenient and cost-effective way to explore graph data, they might not match the performance of native graph databases for real-time applications or complex traversals, but they offer an excellent starting point for users with existing data in relational warehouses.
Jul 07, 2026
5,459 words in the original blog post.
In the rapidly evolving field of AI and graph technology, Neo4j has launched an updated GraphAcademy to enhance learning experiences with hands-on modules and collaborative tools. The revamped Neo4j Fundamentals course now allows users to design data models directly through a browser-based drag-and-drop interface, fostering a deeper understanding through active creation rather than passive learning. Users can continuously refine their data models, aided by an AI chatbot offering expert advice. The platform also emphasizes teamwork by introducing features that enable learners to form groups, track progress, compete in leaderboards, and maintain communication through a shared news feed. An onboarding assistant further personalizes the learning journey by suggesting courses based on individual goals and experience, while public profiles allow users to showcase their achievements. These features signify the beginning of ongoing enhancements to make graph learning more engaging and accessible.
Jul 06, 2026
802 words in the original blog post.
AI-ready data is crucial for the success of enterprise AI projects, as it allows AI systems to reason, decide, and act effectively by providing data that is contextual, flexible, and standardized. Unlike traditional data infrastructures that are static and siloed, AI-ready data requires a knowledge layer that connects disparate data sources, enabling AI to navigate and reason about data connections. This knowledge layer, supported by components like knowledge graphs, context graphs, and GraphRAG, helps create a comprehensive framework where AI can access reliable and interconnected information. Such a structure facilitates more accurate, explainable, and governable AI outcomes. By implementing a knowledge layer, organizations can overcome common challenges in AI projects, such as data fragmentation and lack of context, ultimately enhancing AI performance and adoption. Case studies of companies like Klarna, Data², and Cummins demonstrate the effectiveness of leveraging a knowledge layer to drive successful AI initiatives in diverse industries.
Jul 01, 2026
3,340 words in the original blog post.