Skip to content

Commit 10b31b3

Browse files
committed
Update README and index documentation to clarify embedding generation with RubyLLM.embed
1 parent 99e9594 commit 10b31b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ response = chat.with_schema(ProductSchema).ask "Analyze this product", with: "pr
110110
* **Audio:** Transcribe and understand speech
111111
* **Documents:** Extract from PDFs, CSVs, JSON, any file type
112112
* **Image generation:** Create images with `RubyLLM.paint`
113-
* **Embeddings:** Vector search with `RubyLLM.embed`
113+
* **Embeddings:** Generate embeddings with `RubyLLM.embed`
114114
* **Moderation:** Content safety with `RubyLLM.moderate`
115115
* **Tools:** Let AI call your Ruby methods
116116
* **Structured output:** JSON schemas that just work

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ response = chat.with_schema(ProductSchema).ask "Analyze this product", with: "pr
171171
* **Audio:** Transcribe and understand speech
172172
* **Documents:** Extract from PDFs, CSVs, JSON, any file type
173173
* **Image generation:** Create images with `RubyLLM.paint`
174-
* **Embeddings:** Vector search with `RubyLLM.embed`
174+
* **Embeddings:** Generate embeddings with `RubyLLM.embed`
175175
* **Moderation:** Content safety with `RubyLLM.moderate`
176176
* **Tools:** Let AI call your Ruby methods
177177
* **Structured output:** JSON schemas that just work

0 commit comments

Comments
 (0)