spring-ai icon indicating copy to clipboard operation
spring-ai copied to clipboard

Add enumeration for all supported embedding models

Open markpollack opened this issue 1 year ago • 1 comments

markpollack avatar Feb 09 '24 19:02 markpollack

This will make it easier for devs to discover what options are available, some embeddingclient implementations accept only a String as an input type. Since the models don't change that often, we can maintain enums for the models.

markpollack avatar Feb 29 '24 17:02 markpollack