v2.3.3-1773011323
Embeddings
Embeddings is a wrapper around various embeddings providers, making your function implementations vendor-agnostic.
Embeddings Features:
- Built-in timeout mechanism for better control when a provider takes too long.
- Automatic retry with configurable back-off for errors.
- Use different LLM's with different configurations for different functions.
Supported Embedding Providers
- OpenAi
- Amazon Embedding
Adding Custom Providers
Custom embedding providers are not currently supported. If you need an embedding provider that isn't listed above, please open an issue.
