Skip to content

Commit 9475b83

Browse files
committed
docs(embeddings): add note about embedding dimensions coming in 1.3.0
1 parent 2bdc422 commit 9475b83

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/guides/embeddings.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,10 @@ end
9393
Refer to the [Working with Models Guide]({% link guides/models.md %}) for details on finding available embedding models and their capabilities.
9494

9595
## Choosing Dimensions
96+
{: .d-inline-block }
97+
98+
Coming in v1.3.0
99+
{: .label .label-yellow }
96100

97101
Each embedding model has its own default output dimensions. For example, OpenAI's `text-embedding-3-small` outputs 1536 dimensions by default, while `text-embedding-3-large` outputs 3072 dimensions. RubyLLM allows you to specify these dimensions per request:
98102

0 commit comments

Comments
 (0)