update docs

This commit is contained in:
royjhan 2024-07-17 10:52:08 -07:00 committed by Patrick Devine
parent eff2afd827
commit a26537c188

View File

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