A client to handle synchronous and asynchronous requests to the TextEmbed API.
AsyncOpenAITextEmbedEmbeddingClient(
self,
host: str = 'http://localhost:8000/v1',
api_key: Union[str, None] = None,
aiosession: Optional[aiohttp.ClientSession] = None
)