Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/_core_features/embeddings.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ puts embedding.vectors.first.length # => 1536

# The model used
puts embedding.model # => "text-embedding-3-small"
```

## Using Embedding Results

Expand Down Expand Up @@ -233,4 +234,4 @@ Now that you understand embeddings, you might want to explore:

* [Chatting with AI Models]({% link _core_features/chat.md %}) for interactive conversations.
* [Using Tools]({% link _core_features/tools.md %}) to extend AI capabilities.
* [Error Handling]({% link _advanced/error-handling.md %}) for building robust applications.
* [Error Handling]({% link _advanced/error-handling.md %}) for building robust applications.