Is there InvocationFilter alternative for IEmbeddingGenerator<string, Embedding>?
We are using InvocationFilter for the token usage metric collection, but it doesn't intercept IEmbeddingGenerator<string, Embedding<float>> invocations. Is there a filter for embedding generation to monitor embedding models' token usage as well?