Skip to main content
Redhat Developers  Logo
  • AI

    Get started with AI

    • Red Hat AI
      Accelerate the development and deployment of enterprise AI solutions.
    • AI learning hub
      Explore learning materials and tools, organized by task.
    • AI interactive demos
      Click through scenarios with Red Hat AI, including training LLMs and more.
    • AI/ML learning paths
      Expand your OpenShift AI knowledge using these learning resources.
    • AI quickstarts
      Focused AI use cases designed for fast deployment on Red Hat AI platforms.
    • No-cost AI training
      Foundational Red Hat AI training.

    Featured resources

    • OpenShift AI learning
    • Open source AI for developers
    • AI product application development
    • Open source-powered AI/ML for hybrid cloud
    • AI and Node.js cheat sheet

    Red Hat AI Factory with NVIDIA

    • Red Hat AI Factory with NVIDIA is a co-engineered, enterprise-grade AI solution for building, deploying, and managing AI at scale across hybrid cloud environments.
    • Explore the solution
  • Learn

    Self-guided

    • Documentation
      Find answers, get step-by-step guidance, and learn how to use Red Hat products.
    • Learning paths
      Explore curated walkthroughs for common development tasks.
    • Guided learning
      Receive custom learning paths powered by our AI assistant.
    • See all learning

    Hands-on

    • Developer Sandbox
      Spin up Red Hat's products and technologies without setup or configuration.
    • Interactive labs
      Learn by doing in these hands-on, browser-based experiences.
    • Interactive demos
      Click through product features in these guided tours.

    Browse by topic

    • AI/ML
    • Automation
    • Java
    • Kubernetes
    • Linux
    • See all topics

    Training & certifications

    • Courses and exams
    • Certifications
    • Skills assessments
    • Red Hat Academy
    • Learning subscription
    • Explore training
  • Build

    Get started

    • Red Hat build of Podman Desktop
      A downloadable, local development hub to experiment with our products and builds.
    • Developer Sandbox
      Spin up Red Hat's products and technologies without setup or configuration.

    Download products

    • Access product downloads to start building and testing right away.
    • Red Hat Enterprise Linux
    • Red Hat AI
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    • See all products

    Featured

    • Red Hat build of OpenJDK
    • Red Hat JBoss Enterprise Application Platform
    • Red Hat OpenShift Dev Spaces
    • Red Hat Developer Toolset

    References

    • E-books
    • Documentation
    • Cheat sheets
    • Architecture center
  • Community

    Get involved

    • Events
    • Live AI events
    • Red Hat Summit
    • Red Hat Accelerators
    • Community discussions

    Follow along

    • Articles & blogs
    • Developer newsletter
    • Videos
    • Github

    Get help

    • Customer service
    • Customer support
    • Regional contacts
    • Find a partner

    Join the Red Hat Developer program

    • Download Red Hat products and project builds, access support documentation, learning content, and more.
    • Explore the benefits

Chat with your docs with Red Hat Developer Hub

June 17, 2026
Lucas Yoon
Related topics:
AI inferenceArtificial intelligenceDeveloper productivityDeveloper toolsSystem design
Related products:
Red Hat Developer HubRed Hat Lightspeed

    We've all been there. You start a new project and receive a folder filled with 50-page PDFs, complex diagrams, and scattered Markdown files. You just want to find one specific detail, like why a deployment might be failing or where an obscure config setting lives. But you're stuck scrolling through thousands of lines of text, hoping the answer is in there somewhere. It is incredibly frustrating to have to stop mid-flow just to hunt for a requirement buried in a three-year-old document. That time spent digging is time you aren't actually building, and honestly, it is a massive drain on the creative energy you need to ship great code.

    Generic AI chat tools try to bridge this gap, but they often lack the one thing developers need most: context. A general large language model (LLM) doesn't know your team's internal nuances and quirks. To solve this, I am excited to introduce personal AI notebooks (now in developer preview) within Red Hat Developer Lightspeed on Red Hat Developer Hub.

    What are personal AI notebooks?

    You can think of this notebook as a dedicated knowledge base for a specific task. Rather than using an AI that knows the entire internet but nothing about your internal architecture, you can create a workspace, upload your specific project documents, and engage in a conversation grounded strictly in that data.

    Retrieval-augmented generation (RAG) powers the personal AI notebooks. When you ask a question, the system looks through your uploaded files, finds the relevant passages, and connects the dots for you, giving an answer that actually makes sense in your specific context (rather than just making lucky guesses).

    Why does this matter for developers?

    This feature helps developers in three main areas:

    • Source transparency: Every claim the AI makes comes with a sources chip. One click shows you the exact file and snippet from where the AI pulled. This means you're not just taking its word for it because it provides the evidence instantly.
    • Data isolation: Your onboarding notebook does not talk to your security audit notebook. This prevents context bleeding and ensures your queries remain relevant to the task at hand.
    • Instant context: New team members can stop waiting for a senior developer to be free and instead ask the notebook, "What are the core architectural principles of this service?"

    Under the hood: How it actually works

    If you're an architect or platform engineer, you'll be glad to hear that the pipeline behind these notebooks is tuned to handle heavy document processing without dragging down performance.

    Notebooks in Developer Hub is built on top of Developer Lightspeed and uses its resources and configuration. The backend utilizes a vector database to store document embeddings, the same way Developer Lightspeed chatbot vectorizes its Developer Hub documentation. When you upload a file, the system converts it into mathematical vectors that the AI can read efficiently. To get the best balance of speed and reasoning, I recommend using GPT 4.1 model or higher.

    During this developer preview, we have also implemented resource guardrails to keep the experience snappy:

    • Maximum file size: 25 MB per upload
    • Privacy: Each notebook is private to the individual user
    • Hallucinations: AI responses are based strictly on your documents

    Set it up for administrators

    If you are a platform engineer enabling this for your team, it is a simple configuration change in your Developer Lightspeed Helm values.yaml settings.

    lightspeed:
      notebooks:
        enabled: true
        queryDefaults:
          model: gpt-4.1
          provider_id: openai

    We designed the system to be resilient. If you make a typo in the model name during setup, Developer Lightspeed will surface a helpful error message in the logs and user interface to help you troubleshoot.

    Clean up your experience

    I focused on making the new notebooks tab feel like a seamless part of your workspace rather than just another feature added to the menu. The new dashboard organizes your projects into simple cards, so you can see exactly what's inside and when you last touched a topic without digging through menus. 

    I also overhauled the prompt bar to make swapping models and attaching files feel like a natural part of the conversation rather than a chore. The goal is to make the transition from a general chat to a deep dive into your own project docs feel seamless, keeping the focus entirely on what you need.

    Give it a spin

    Documentation should not be a roadblock. We built personal AI notebooks on the idea of turning those dense, static files into an actual conversation. At the end of the day, it's about getting the answers you need quickly so you can spend your energy on what you actually enjoy, building great software.

    Ready to dive deeper? Explore our learning paths for Developer Hub.

    Related Posts

    • OpenShift AI connector for Red Hat Developer Hub (Developer Preview)

    • MCP in Red Hat Developer Hub: Chat with your catalog

    • Build an AI agent to automate TechDocs in Red Hat Developer Hub

    • How Developer Hub and OpenShift AI work with OpenShift

    • How to template AI software in Red Hat Developer Hub

    Recent Posts

    • Automate application migration with MigIQ: From Spring Boot to Quarkus

    • Chat with your docs with Red Hat Developer Hub

    • Red Hat AI Inference on Amazon EKS: Exploring the Kubernetes resources

    • Store immutable AI evaluation records with EvalHub and OCI

    • The evolution of agentic AI and text-to-SQL

    What’s up next?

    Learning Path RHOS_Elasticsearch_RAG_featured_image

    Demystify RAG with OpenShift AI and Elasticsearch

    Understand how retrieval-augmented generation (RAG) works and how users can...
    Red Hat Developers logo LinkedIn YouTube Twitter Facebook

    Platforms

    • Red Hat AI
    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    • See all products

    Build

    • Developer Sandbox
    • Developer tools
    • Interactive tutorials
    • API catalog

    Quicklinks

    • Learning resources
    • E-books
    • Cheat sheets
    • Blog
    • Events
    • Newsletter

    Communicate

    • About us
    • Contact sales
    • Find a partner
    • Report a website issue
    • Site status dashboard
    • Report a security problem

    RED HAT DEVELOPER

    Build here. Go anywhere.

    We serve the builders. The problem solvers who create careers with code.

    Join us if you’re a developer, software engineer, web designer, front-end designer, UX designer, computer scientist, architect, tester, product manager, project manager or team lead.

    Sign me up

    Red Hat legal and privacy links

    • About Red Hat
    • Jobs
    • Events
    • Locations
    • Contact Red Hat
    • Red Hat Blog
    • Inclusion at Red Hat
    • Cool Stuff Store
    • Red Hat Summit
    © 2026 Red Hat

    Red Hat legal and privacy links

    • Privacy statement
    • Terms of use
    • All policies and guidelines
    • Digital accessibility

    Chat Support

    Please log in with your Red Hat account to access chat support.