spring-projects / spring-ai

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

Support OCI GenAI embedding model #1368

Open anders-swanson opened 3 days ago

anders-swanson commented 3 days ago

Expected Behavior

Support Oracle Cloud Infrastructure (OCI) GenAI Embedding models

Current Behavior

No implementation exists

Context

Spring AI has support for Oracle vector database, but is missing some pieces around gen AI. I'd like to fill in those gaps with the relevant implementations.

anders-swanson commented 3 days ago

I've created a PR for the embedding model here, that should resolve this issue: https://github.com/spring-projects/spring-ai/pull/1254/