# get_async_search_client

> **Function** in `langchain_parallel`

📖 [View in docs](https://reference.langchain.com/python/langchain-parallel/_client/get_async_search_client)

Returns a configured async Parallel Search client.

## Signature

```python
get_async_search_client(
    api_key: str,
    base_url: str = 'https://api.parallel.ai',
) -> AsyncParallelSearchClient
```

---

[View source on GitHub](https://github.com/parallel-web/langchain-parallel/blob/7946e2f5339c689b452621744a27f1a019215639/langchain_parallel/_client.py#L167)