Installation
The SDK is published to PyPI. Install it usingpip or uv.
Initialization
Import the client and initialize it. The client will automatically fall back toLARKUP_RAG_API_URL and LARKUP_RAG_API_KEY environment variables if no arguments are passed.
Both synchronous and asynchronous clients are available.

