Player FM - Internet Radio Done Right
Checked 4d ago
اضافه شده در one سال پیش
محتوای ارائه شده توسط jmhreif. تمام محتوای پادکست شامل قسمتها، گرافیکها و توضیحات پادکست مستقیماً توسط jmhreif یا شریک پلتفرم پادکست آنها آپلود و ارائه میشوند. اگر فکر میکنید شخصی بدون اجازه شما از اثر دارای حق نسخهبرداری شما استفاده میکند، میتوانید روندی که در اینجا شرح داده شده است را دنبال کنید.https://fa.player.fm/legal
Player FM - برنامه پادکست
با برنامه Player FM !
با برنامه Player FM !
پادکست هایی که ارزش شنیدن دارند
حمایت شده
There’s only so much you can do in a week – or, according to Oliver Burkeman, in the roughly 4,000 weeks the average human lives. Oliver is a journalist and author of the books Four Thousand Weeks: Time Management for Mortals, Meditations for Mortals, and the newsletter “The Imperfectionist.” Chris and Oliver discuss the paradox of why change can only occur once we accept that we might not be able to change. Oliver also shares how life’s mishaps can become our most treasured memories and why sharing your imperfections is an act of generosity. For the full text transcript, visit go.ted.com/BHTranscripts For the full text transcript, visit go.ted.com/BHTranscripts For a chance to give your own TED Talk, fill out the Idea Search Application: ted.com/ideasearch . Interested in learning more about upcoming TED events? Follow these links: TEDNext: ted.com/futureyou Hosted on Acast. See acast.com/privacy for more information.…
Ep15: What is GraphRAG + Developing Better Software
Manage episode 440905172 series 3579839
محتوای ارائه شده توسط jmhreif. تمام محتوای پادکست شامل قسمتها، گرافیکها و توضیحات پادکست مستقیماً توسط jmhreif یا شریک پلتفرم پادکست آنها آپلود و ارائه میشوند. اگر فکر میکنید شخصی بدون اجازه شما از اثر دارای حق نسخهبرداری شما استفاده میکند، میتوانید روندی که در اینجا شرح داده شده است را دنبال کنید.https://fa.player.fm/legal
The term GraphRAG has recently popped up in the current AI industry, so I review a blog post on what it is and how it fits into the current landscape. I also read an article on ways to improve software development.
53 قسمت
Manage episode 440905172 series 3579839
محتوای ارائه شده توسط jmhreif. تمام محتوای پادکست شامل قسمتها، گرافیکها و توضیحات پادکست مستقیماً توسط jmhreif یا شریک پلتفرم پادکست آنها آپلود و ارائه میشوند. اگر فکر میکنید شخصی بدون اجازه شما از اثر دارای حق نسخهبرداری شما استفاده میکند، میتوانید روندی که در اینجا شرح داده شده است را دنبال کنید.https://fa.player.fm/legal
The term GraphRAG has recently popped up in the current AI industry, so I review a blog post on what it is and how it fits into the current landscape. I also read an article on ways to improve software development.
53 قسمت
همه قسمت ها
×In this episode of Breaktime Tech Talks, I delve into my recent experiences with Model Context Protocol (MCP) and Large Language Models, specifically Claude. First, I share my experiment using an LLM to clean up flat files. Then, my journey with MCP began integrating a Neo4j MCP server with Claude , highlighting the practical benefits and challenges faced with an anecdote on one particular incident where the LLM blended facts. It's also crucial to have clean data sets, but this is rather challenging. To round us out, I summarize an article about the recently released Neo4j data modeling MCP server and its functionality. Join me as I navigates these intriguing tech explorations and sift out the practical takeaways. 00:00 Introduction to Breaktime Tech Talks 00:48 Exploring Large Language Models for Flat File Cleanup 03:01 Diving into MCP Exploration 05:02 Challenges with Large Language Models 08:33 Data Set Challenges and Solutions 10:05 Highlight: Neo4j Data Modeling MCP Server 12:11 Conclusion and Future Directions…
In this episode of Breaktime Tech Talks, I share insights from my recent work, including a successful GraphRAG workshop and breakthroughs in utilizing Spring AI advisors for vector search and generative AI - check out code in my Github repository for QuestionAnswerAdvisor branch and custom advisors branch . I discuss my methods for integrating default and custom advisors, including coding details and implementation challenges. I also cover my exploration of Neo4j's GraphRAG Python package , highlighting its components and the learning curve. I give updates on my upcoming projects, advocacy activities, and my experience with new developer tools like Claude code. Finally, I share a great resource on everything you need to know about GraphRAG . 00:00 Introduction to Breaktime Tech Talks 00:37 GraphRAG Workshop and Python Learning 01:27 Spring AI Advisors and Custom Implementations 06:32 GraphRAG Python Package Insights 08:42 Developer Advocacy Updates 10:15 Exploring AI Tools and Learning Approaches 11:39 GraphRAG.com Resource Overview 12:53 Conclusion and Upcoming Projects…
In this episode, I delve into the world of agents, discussing my experience with Spring AI tool calling. I share my approach to vector search and graph retrieval tools, address JSON deserialization, and avoid manual boilerplate - the code of which is all available in a Github repository branch . Plus, 1.0 updates to the main branch of the repository using traditional/manual GraphRAG. I wrap up with a recent content piece by Christoffer Bergman from Neo4j, which explores agentic AI frameworks with Java and Neo4j and the differences between traditional and agentic GraphRAG approaches. P.S. Don't forget to leave your feedback/suggestions for BTT in this form ! 00:00 Introduction to Breaktime Tech Talks 00:54 Exploring Spring AI Tool Calling 01:20 Understanding Agentic Frameworks 02:13 Hands-On with Vector Search and Graph Retrieval 02:36 Challenges and Solutions in Tool Functionality 04:02 Updates and Future Plans 05:01 Agentic AI with Java and Neo4j 08:06 Conclusion and Recap…
It's the 50th episode of Breaktime Tech Talks! And to celebrate, I launched a podcast feedback form for you, my listeners. In this 50th episode, follow my latest explorations into Spring AI and GraphRAG. I delve into my attempts to streamline the manual GraphRAG process using Spring AI advisors and tools, sharing the challenges I'm facing, specifically with context parsing from one advisor to the next. I also update the Spring AI starter kit to the 1.0 GA release and recap my Neo4j developer certification livestream . To wrap up, I highlight the Spring AI documentation's AI Concepts page that beautifully blends a blog-post style with key project information.…
This week, I simplified my Langchain4j project with improved prompt variable injection. Then hear my perspective on the role of tools vs. agents in AI workflows—looking at how structured processes differ from autonomous systems, especially in the context of Java frameworks and GraphRAG. Get an inside scoop on how I use different AI coding tools: IntelliJ IDEA for in-flow coding, VS Code with agent mode for problem-solving, and ChatGPT for summarizing and refining content. Lastly, hear highlights from an article on building a local RAG app with Quarkus —clear diagrams and step-by-step breakdown of ingestion vs. retrieval workflows.…
This week, there were quite a few things I learned: Common steps for implementing GraphRAG in Java using Spring AI and Langchain4j, highlighting key differences in setup and customization. Study prep updates and help on the Neo4j Developer Certification for June! Celebrate Langchain4j’s 1.0 release . Two thought-provoking articles—one on enhancing RAG with graphs , and another analyzing the effectiveness of voice-based interfaces . For a high-level review of steps for GraphRAG in Java, upcoming step-by-step help for prepping to take the Neo4j certification, Langchain4j GA news, and keeping up on tech content, this episode has you covered!…
In this episode, I share some hands-on insights from building apps with Langchain4j using Quarkus and Neo4j , and compare it with Spring AI—especially around how each framework handles vector search and GraphRAG workflows. Spoiler: customization in Langchain4j feels a bit clunky. I also dig into one article's critical take on the MCP authorization spec and why its current approach to security is misaligned with how enterprises actually structure identity and access. The article I discuss breaks down both the architectural intentions and the practical enterprise concerns—token handling, overhead, and developer friction. If you’re working at the intersection of GenAI infrastructure and enterprise systems, this one’s for you.…
In this episode, we dive into the Quarkus framework with a code repository and an article about development lessons learned. Topics covered include: 🔗 Building a starter application with Quarkus Neo4j and the Object Graph Mapper (OGM). 📝 Exploring similarities and differences between Quarkus and Spring frameworks. 📑 Resources for building with Quarkus and Neo4j - blog post and documentation . 📚 Key takeaways from an article on developer philosophy , touching on code rewrites, estimation challenges, and the importance of automation and edge cases. Whether just curious or writing code, we all learn and face similar development challenges!…
In this episode, I have some exciting technical updates, along with insights from my recent work and learning. Topics covered include: 📝 Neo4j Java Driver & Object Mapping – My latest blog post and upcoming updates to the GraphAcademy Java courses. 🧪 Framework-less Java Apps – Experiments in building Java applications without a framework and comparing with tools like Spring and others. 🔧 Code Refactoring Strategy – Lessons learned on managing updates in stages for cleaner version control and project maintenance. 🤖 Spring AI 1.0 Release – Highlights from the official launch , including an AWS blog post on architecture insights, real-world examples, and key resources for getting started with AI in Java. Whether you're deep into Java development or just exploring the intersection of frameworks and AI, there's something here for you!…
In this episode, we dive into three key updates from the world of Java development and emerging tech standards: First, walk through a new feature in the Neo4j Java driver (v5.28.5) that enables lightweight object mapping. I’ve set up a sample code repository showcasing how to return Cypher query results directly into your Java domain objects—no full-blown OGM needed. It’s a big improvement, but with a few gotchas you’ll want to understand. Next, we take a look at Jackson Jr , a lightweight version of the popular Jackson library . If you're working in resource-constrained environments or want faster startup times, this stripped-down data processor might be just what your project needs. Finally, we revisit Model Context Protocol (MCP) security, following up on concerns raised in Episode 42. I share two recent articles that highlight current security limitations in MCP and practical tips for developers looking to build safely with it today, even before full support matures. Whether you're optimizing your Java stack or exploring AI protocols, there’s something in this episode for you.…
In this episode, we dive into the latest upgrades in Neo4j tooling, along with recent bug fixes and enhancements in the LLM Knowledge Graph Builder . We also explore a new preview feature for Java object mapping in the Neo4j Java driver and check out the MCP Java SDK . Next, we highlight the new " Using Neo4j with Java " course on GraphAcademy and unpack a compelling Weaviate article on RAG vs. GraphRAG , featuring Microsoft’s GraphRAG methodology. Whether you're a Java dev, graph enthusiast, or AI-curious, there's something in here for you!…
Star Wars Day is nearly here, and this episode is stacked with tech goodness to celebrate! I’m diving into highlights from the Neo4j ecosystem, starting with an early look at the Using Neo4j with Java course —perfect for getting started with the Java driver in a framework-less setup. Also in this episode: ⚙️ Behind-the-scenes of APOC + Pinecone integration ✨ Part 2 of my Intro to Retrieval Augmented Generation series 🎥 My recent guest spot on Neo4j Live , discussing the Developer’s Guide to Building a Knowledge Graph 🤖 A fascinating series on an AI content experiment from Mark Heckler 📚 Michael Hunger’s must-read blog on the Model Context Protocol (MCP) May the Fourth be with you!…
In this episode, we unpack a busy week of updates, learning, and cool tech! From Spring AI’s milestone 7 release with simplified Pinecone configuration to some tricky wifi, I walk through recent changes and adventures. Plus, NODES 2025 is officially announced , and there’s hints of our upcoming GraphAcademy Java course. I also talk about the first part of my new blog series on Retrieval Augmented Generation and highlight a fantastic article on Neo4j, Quarkus, and intelligent applications .…
Fresh from the Arc of AI conference , I’m unpacking the biggest insights that stuck with me—ranging from the extremes of AI’s capabilities to the deeper implications for how we build and maintain our tech systems. I’ll also share a new blog post and code repo I published on loading data into Pinecone, some next-gen tools I’m eyeing, and thoughts on a great article from the Redis blog about why vector databases aren’t enough . Navigate the evolving landscape of LLMs, generative AI, and modern infrastructure with me in this episode.…
In this podcast episode, hear about my hands-on experience ( code repository on Github ) understanding the importance of using the same embedding models for both creating and searching vector embeddings in databases and how mismatched models can lead to poor search results. I also pull highlights from an article with advice for those interested in blogging , and how it particularly relates to my own approach to tech blogging.…
In this episode, I continue my journey with vector databases, integrating Pinecone , Neo4j , and Spring AI . While making some progress, I also encountered hurdles, such as evolving APIs and the unique architecture of vector stores. Next, I share insights from an article on contributing to open-source projects , how it can accelerate your career and enhance both your technical and soft skills. From picking the right project to building credibility within the community, it's a series of steps that gets better with time and practice!…
In this episode, I discuss my challenges exploring vector databases for an upcoming demo. From what is a vector database to integration issues, hear how I tried a few different approaches with limited success and discover the surprising one with the most promise. I also explore Microsoft's "Lazy Graph RAG" approach, which seems to trade one challenge for another but could be valuable in certain cases.…
This week, I explored the Javalin Java framework and project decisions I'm trying to make. I also answer: What exactly does a Developer Advocate/Evangelist/Devrel do? Finally, I reflect on an article on balancing digital consumption with actual productivity.
In this episode, there are two topics I'm looking forward to diving deeper into: vector databases and AI agents. I'm particularly interested in understanding how vector databases work, how they work with data, and their role in AI applications. Then I share my thoughts on Anthropic’s article about Building AI Agents , which discusses their varying definitions—from simple workflows to fully autonomous systems—and provides practical examples. The article highlights the importance of starting simple, adding complexity only as needed.…
In this podcast episode, hear my process of preparing for an upcoming conference with insights on how outlines enhance presentations and blog posts, as well as code and architecture. Also discuss how constant improvement is key with an online course as an example. Finally, I highlight a historical read on cryptography , and share reflections from Grace Hopper's 1982 lecture on data, hardware, and software , drawing connections between her insights and modern challenges in technology.…
In this episode, I share recent blog posts. The first is about tackling challenges with GitHub repositories , offering solutions on syncing forks and using git rebasing, diffs, and pruning. Next, I created examples with Cypher DSL , providing beginner-friendly details to help users get started. Additionally, I started prepping for the Devnexus conference , where I'll be delivering my first keynote. I also read an article about an intriguing AI testing project where a user successfully manipulated an AI to break its rules and win a $50,000 prize, illustrating the potential challenges AI systems face in handling sensitive tasks.…
In this episode, I’m following up on a few things I’ve mentioned before. I dive into some updates on the Aura CLI (the official product version). I also explored the Neo4j GenAI Java library a bit more, including a connection hiccup I ran into with Neo4j Desktop. Then, I get into my experience with the Cypher DSL library and how Cypher fits into the retrieval part of RAG systems. Finally, I take a fun detour into an interesting article about a GitHub repository that combines coding and sourdough baking . It’s a cool reminder that the skills we learn in coding can apply to all sorts of other areas, even in the kitchen!…
In this episode, hear updates on a few projects, including Neo4j's new Aura CLI and NeoConverse . Plus, the promised blog post from last week's episode on Spring Data Neo4j entity updates . Shout-out to the JAXJUG and TampaJUG groups. If you're not involved with a tech group, there are options! Finally, a review of the DZone RefCard on Java containerization with its clear guidance on Docker containers, native builds, and deployment, making complex concepts more accessible for developers.…
Dive into my latest experiences with Spring Data Neo4j, specifically exploring new methods for updating nodes. After revisiting my 2023 blog post on this topic, I share insights on custom Cypher queries and projections . I also discuss the challenges of finding good examples for update operations. In addition, Neo4j announced the release of The Developer's Guide: How to Build a Knowledge Graph , a new ebook I co-authored. Hear my challenges of writing the book, including finding the right dataset for graph queries, working through product updates during the writing process, and the complexities of collaborating across different perspectives. Stay tuned for future updates, as we continue to refine this ever-evolving resource.…
In this episode, dive into a few exciting areas I've been exploring, including generative AI and graph technologies. I worked with Neo4j’s generative AI plugin for an experiment, and it wasn't all smooth sailing. Next, my highlights from an article in the Descript community on how to expand your educational YouTube audience —especially applied for those creating technical content. Key tips include thinking like a viewer to ask great questions, tweaking video intros to keep people engaged, and channeling viewer interests to strengthen connections.…
Take a moment to reflect on 2024, exploring highlights in AI advancements, personal growth, and professional achievements, along with exciting 2025 goals. Then delve into an article that discusses marketing strategies but aligns well with developer advocacy.
Explore the distinction between lexical and semantic search technologies, the growing use of vector databases , and the potential challenges and solutions that may arise as these technologies mature.
Git issues, finally resetting local branch , cherry-picking , and cleaning up . Then a fun graph presentation - Dungeons, Dragons, and Graph Databases .
In this episode, hear some positive tech experiences from the week: the upgrade from GitHub Actions ( upload/download artifact ) to v4 through a 3rd party repo , and the new AI coding assistant feature in IntelliJ IDEA.
This episode, my refresher with the Graph Data Science library with highlights and challenges. Then an overview of the Building Knowledge Graphs book , a guide on everything from concepts to technical details.
Hear learnings from the new Spring Data Neo4j course - building blocks, updates/deletes, and modeling. Then recap XtremeJ and NODES 2024 , + upcoming at CJUG .
In this episode, get my latest experiences with the Neo4j LLM Graph Builder , both the benefits and challenges. Then, an article focusing on the concept of the "Aha moment" —a key moment when developers discover the value of a technology.
In this episode, hear why data (a less glamorous topic) is actually fascinating and crucial. Then, look forward with a preview of next week's NODES 2024 event, which features a range of sessions on graph technologies, AI, data science, and security. Finally, get a teaser for the next episode.
Cover the basics of graphs , explaining mathematical roots and applications. Introduce Goodhart's Law and highlight the risks of over-focusing on metrics, whether in tech or personal growth.
Explore agents in AI, distinguishing them from RAG ( article1 , article2 ). And discuss naming and the importance of conveying relevance and clarity.
Want to take our previous vector topic a step further with vector similarity search . Then, I’ll give my thoughts on 2 recent tech conferences - JConf and dev2next .
The Asciidoc markup language is powerful and useful for developers and technical writing. Also highlighting productivity books - Atomic Habits and Deep Work - and applications for a developer.
Documenting how to map relationship entities from a database to an application. Then, delving into one author’s viewpoint on software project estimates and some ideas to adapt this inaccurate process for better results.
The term GraphRAG has recently popped up in the current AI industry, so I review a blog post on what it is and how it fits into the current landscape. I also read an article on ways to improve software development .
I’m always refreshing my memory and learning new things. How to explain technical concepts to broader audiences, then a question from the community took me into the Java driver docs and entity mapping/ OGMs .
Happy Fall! This week, we talk about confusion around GraphQL , GQL , and graph query languages. Then, I am excited to gear up for NODES 2024 by showcasing pre-conference workshops called Road to NODES !
This week, we discuss retrieval augmented generation (RAG) and how it’s being used to improve responses (or prevent hallucinations) from an LLM. We also chat about an article on how tech conferences have changed and how you can still find value in speaking or attending, plus how to justify the benefits at your organization.…
A recent blog post defines "knowledge graph", a term that has been around awhile and is part of many recent AI conversations. And then we chat about the DevUp conference I attended last week. Hopefully my thoughts will help you decide how to choose the best event for you.
With the amount of new information, sometimes it’s hard to review earlier concepts. In this episode, we explain what an embedding is and talk about aligning your prompt with your use case for improving LLM answers ( example app code repository ).
In preparing for the NODES 2024 conference, I’ll talk about how my colleague and I made scheduling easier by using Neo4j (a database). Spring AI also moved to a 1.0 milestone, and I’ll talk about the easier-than-expected migration (more in my related blog post ).
Do you ever feel like some people have all the luck? Sometimes we need to see things in a new light to break through the barrier or overcome the obstacle. Plus, I took a look at a new-ish tool from Neo4j called the LLM Graph Builder . I’ll give a quick intro on that, plus what I’m doing with it and how it’s going.…
I now have a code repository and blog post for Neo4j+Kubernetes. We also chat about another blog post on how to solve a deadlock with parallel relationship loading.
A few years ago, I built a website for my technical blog . Find out how I solved this year's bug. Through the process, we'll discuss git submodules and how to use them .
AI seems to be everywhere in the tech industry right now….but it comes with a lot of new technical jargon. Let's explain vectors - what they are and how they are being used in tech. Then, we’ll give a quick highlight and shout-out to the Kansas City Developer Conference .
How do you manipulate or handle a graph in languages like Java, Python, and more, and why can it be so difficult? In this episode, we discuss the blog post The Hunt for the Missing Datatype by Hillel Wayne and his thoughts on why programming languages might avoid the graph data type.
Chat about my current tech read ( Where Wizards Stay Up Late ) about technology history, touching on networking, internet, and AI. Exploration of Kubernetes (running Neo4j and application) using guidance from Sebastian Daschner's blog post on Deploying a Neo4j cluster on manager Kubernetes .
Today, we debug a Spring AI application and review Adam Cowley's blog post on optimizing Cypher statements with popular nodes!
Today, we introduce the Breaktime Tech Talks podcast, chat about how it came about ( jmhreif blog + GraphStuff.FM podcast ), and provide a recap of the Devnexus conference .
به Player FM خوش آمدید!
Player FM در سراسر وب را برای یافتن پادکست های با کیفیت اسکن می کند تا همین الان لذت ببرید. این بهترین برنامه ی پادکست است که در اندروید، آیفون و وب کار می کند. ثبت نام کنید تا اشتراک های شما در بین دستگاه های مختلف همگام سازی شود.