TsgcAIOpenAIEmbeddings › Events
Events you can handle, grouped by purpose, followed by the full alphabetical list.
| Name | Description |
|---|---|
| OnCreateEmbeddingsStart | Fired once when a batch of embeddings starts, reporting the total input size. |
| OnCreateEmbeddingsProgress | Fired after each chunk is processed, reporting the current position in the input. |
| OnCreateEmbeddingsStop | Fired once when the batch of embeddings has finished. |
| Name | Description |
|---|---|
| OnBeforeCreateEmbedding | Fired before each chunk is sent, allowing the request to be inspected or skipped. |
| OnAfterCreateEmbedding | Fired after each chunk is processed, exposing the OpenAI request and response. |
| Name | Description |
|---|---|
| OnAfterCreateEmbedding | Fired after each chunk is processed, exposing the OpenAI request and response. |
| OnBeforeCreateEmbedding | Fired before each chunk is sent, allowing the request to be inspected or skipped. |
| OnCreateEmbeddingsProgress | Fired after each chunk is processed, reporting the current position in the input. |
| OnCreateEmbeddingsStart | Fired once when a batch of embeddings starts, reporting the total input size. |
| OnCreateEmbeddingsStop | Fired once when the batch of embeddings has finished. |