Skip to main content

Setup

Example

agent_with_knowledge.py

Async Support ⚡

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

async_lance_db.py
Use ainsert() and aprint_response() methods with asyncio.run() for non-blocking operations in high-throughput applications.

LanceDb Params