Ask a question to get started
Enter to send•Shift+Enter new line
Type for asynchronous embedding functions.
Similar to EmbeddingsFunc, but returns an awaitable that resolves to the embeddings.
AEmbeddingsFunc = Callable[[Sequence[str]], Awaitable[list[list[float]]]]