---
title: "Knowledge graph and RAG agent walkthrough | Webinar | SurrealDB"
description: "In this live webinar, Martin Schaer shows a simple knowledge graph example using SurrealDB and Pydantic AI. Expect code, and a clear approach to typed querying and observability without piling on abstraction."
url: https://surrealdb.com/events/knowledge-graph-and-rag-agent-walkthrough
---

Loading webinar...

Wednesday, February 4 at 4:00 PM GMT

Webinar

# Knowledge graph and RAG agent walkthrough

In this live webinar, Martin Schaer shows a simple knowledge graph example using SurrealDB and Pydantic AI. Expect code, and a clear approach to typed querying and observability without piling on abstraction.

Share

## About this webinar

In this live webinar, Martin Schaer shows a simple knowledge graph example using SurrealDB and Pydantic AI. Expect code, and a clear approach to typed querying and observability without piling on abstraction.

Speakers

![Martin Schaer](https://cdn.surrealdb.com/k569ad7lxxtzxxkk5re1vpr5.auto)

Martin Schaer

AI Solutions Engineer at SurrealDB

## In this session you'll learn

Generating the knowledge graph from unstructured data

How to get a Pydantic AI agent to retrieve data from a SurrealDB knowledge graph

Full-stack observability (agent tool usage, LLM calls, SurrealDB queries)

```json
{"@context":"https://schema.org","@type":"Event","name":"Knowledge graph and RAG agent walkthrough","description":"In this live webinar, Martin Schaer shows a simple knowledge graph example using SurrealDB and Pydantic AI. Expect code, and a clear approach to typed querying and observability without piling on abstraction.","startDate":"2026-02-04T16:00:00.000Z","endDate":"2026-02-04T18:00:00.000Z","image":"https://cdn.surrealdb.com/9dhhp6b3mms6kl26d0627vnv.auto","url":"https://surrealdb.com/events/knowledge-graph-and-rag-agent-walkthrough","eventStatus":"https://schema.org/EventScheduled","eventAttendanceMode":"https://schema.org/OnlineEventAttendanceMode","location":{"@type":"VirtualLocation","url":"https://surrealdb.com/events/knowledge-graph-and-rag-agent-walkthrough"},"organizer":{"@type":"Organization","name":"SurrealDB","url":"https://surrealdb.com","logo":{"@type":"ImageObject","url":"https://surrealdb.com/assets/static/logo.BG7_TG2b.svg"}},"performer":[{"@type":"Person","name":"Martin Schaer","jobTitle":"AI Solutions Engineer","worksFor":{"@type":"Organization","name":"SurrealDB"}}]}
```

```json
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://surrealdb.com"},{"@type":"ListItem","position":2,"name":"Events","item":"https://surrealdb.com/events"},{"@type":"ListItem","position":3,"name":"Knowledge graph and RAG agent walkthrough","item":"https://surrealdb.com/events/knowledge-graph-and-rag-agent-walkthrough"}]}
```

```json
{"@context":"https://schema.org","@type":"Organization","name":"SurrealDB","url":"https://surrealdb.com","logo":"https://surrealdb.com/assets/static/logo.BG7_TG2b.svg","description":"SurrealDB is the unified data layer for AI. A multi-model database for documents, graphs, vectors, and time-series.","foundingDate":"2022","legalName":"SurrealDB Ltd","identifier":{"@type":"PropertyValue","propertyID":"GB-COH","value":"13615201"},"address":{"@type":"PostalAddress","streetAddress":"3rd Floor, 1 Ashley Road","addressLocality":"Altrincham","addressRegion":"Cheshire","postalCode":"WA14 2DT","addressCountry":"GB"},"contactPoint":[{"@type":"ContactPoint","contactType":"customer support","email":"support@surrealdb.com","url":"https://surrealdb.com/contact","availableLanguage":"English"},{"@type":"ContactPoint","contactType":"sales","email":"info@surrealdb.com","url":"https://surrealdb.com/contact","availableLanguage":"English"},{"@type":"ContactPoint","contactType":"security","email":"security@surrealdb.com","url":"https://surrealdb.com/.well-known/security.txt","availableLanguage":"English"},{"@type":"ContactPoint","contactType":"legal","email":"legal@surrealdb.com","url":"https://surrealdb.com/legal","availableLanguage":"English"}],"hasCertification":[{"@type":"Certification","name":"SOC 2 Type 2"},{"@type":"Certification","name":"GDPR"},{"@type":"Certification","name":"Cyber Essentials Plus"},{"@type":"Certification","name":"ISO 27001"}],"owns":[{"@type":"SoftwareApplication","name":"SurrealDB","url":"https://surrealdb.com/surrealdb"},{"@type":"SoftwareApplication","name":"Agent Memory","url":"https://surrealdb.com/agent-memory"}],"knowsAbout":["multi-model databases","document databases","graph databases","vector search","time-series databases","SurrealQL","Agent Memory","real-time databases","embedded databases","context layer","graph ontology","distributed database","knowledge graphs","distributed transaction protocols","highly-scalable databases"],"sameAs":["https://www.wikidata.org/wiki/Q124316308","https://github.com/surrealdb/surrealdb","https://twitter.com/surrealdb","https://www.youtube.com/@surrealdb","https://www.linkedin.com/company/surrealdb","https://discord.gg/surrealdb","https://www.reddit.com/r/surrealdb","https://www.instagram.com/surrealdb","https://medium.com/surrealdb","https://dev.to/surrealdb"]}
```
