You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: Fix OCI README to use OciClientV2 and correct model names
All code examples referenced non-existent OciClient class instead of
OciClientV2, and embed model name was incorrect (embed-light-v3.0 →
embed-english-light-v3.0). Also removed false V1/V2 claim and
redundant emoji markers.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
-❌ **Generate API**: OCI TEXT_GENERATION models are base models that require fine-tuning before deployment
156
-
-❌ **Rerank API**: OCI TEXT_RERANK models are base models that require fine-tuning before deployment
157
-
-❌ **Multiple Embedding Types**: OCI on-demand models only support single embedding type per request (cannot request both `float` and `int8` simultaneously)
155
+
-**Generate API**: OCI TEXT_GENERATION models are base models that require fine-tuning before deployment
156
+
-**Rerank API**: OCI TEXT_RERANK models are base models that require fine-tuning before deployment
157
+
-**Multiple Embedding Types**: OCI on-demand models only support single embedding type per request (cannot request both `float` and `int8` simultaneously)
158
158
159
159
**Note**: To use Generate or Rerank models on OCI, you need to:
160
160
1. Fine-tune the base model using OCI's fine-tuning service
0 commit comments