Skip to main content

Setup

Follow the instructions in the Qdrant Setup Guide to install Qdrant locally. Here is a guide to get API keys: Qdrant API Keys.

Example

agent_with_knowledge.py

Async Support ⚡

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

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

Qdrant Params