Yardee
🚀 NEW: Python SDKv0.1.1 on PyPI

Yardee Python SDK

Add AI-powered vector search to your Python applications in 3 lines of code. Production-ready with built-in error handling and retry logic.

Install via pip
pip install yardee

Get Started in 60 Seconds

From installation to your first AI search query

Python Example
from yardee import Client

# Initialize client
client = Client("your-api-key")

# Search your knowledge base
results = client.search(
    query="What are the pricing plans?",
    knowledge_base_id="kb_123"
)

# Access results
for result in results['results']:
    print(f"Score: {result['score']}")
    print(f"Content: {result['content']}")

Built for Production

Enterprise-grade features out of the box

Complete API Coverage

All endpoints supported: search, knowledge bases, documents, database connections, and HubSpot CRM integration.

Built-in Error Handling

Automatic retries, rate limiting, and comprehensive error handling. Production-ready reliability.

Async Support

Full async/await support for high-performance applications. Context manager support for clean resource management.

Ready to Build with Python?

Get your free API key and start building AI-powered applications with our Python SDK in minutes.

Free tier • No credit card required • Start building immediately