Skip to main content

Setup

or

Example

agent_with_knowledge.py

Async Support ⚡

SurrealDB also supports asynchronous operations, enabling concurrency and leading to better performance.

async_surrealdb_db.py
Using aload() and aprint_response() with asyncio provides non-blocking operations, making your application more responsive under load.

SurrealDB Params