spring-projects / spring-ai

An Application Framework for AI Engineering
https://docs.spring.io/spring-ai/reference/index.html
Apache License 2.0
3.34k stars 862 forks source link

Add enumeration for all supported embedding models #311

Open markpollack opened 9 months ago

markpollack commented 9 months ago

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.