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'])