spring-projects / spring-ai

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

Support OCI GenAI embedding model #1368

Open anders-swanson opened 2 months ago

anders-swanson commented 2 months 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 2 months 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/