From a26537c188de90ff0909908d6c43dc4c1e060122 Mon Sep 17 00:00:00 2001 From: royjhan Date: Wed, 17 Jul 2024 10:52:08 -0700 Subject: [PATCH] update docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f21acf..e03ea00 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ ollama.push('user/llama3.1') ollama.embed(model='llama3.1', input='The sky is blue because of rayleigh scattering') ``` -### Embed (Batch Embedding) +### Embed (batch) ```python ollama.embed(model='llama3.1', input=['The sky is blue because of rayleigh scattering', 'Grass is green because of chlorophyll'])