mirror of
https://github.com/ollama/ollama-python.git
synced 2026-06-06 00:04:47 +00:00
update docs
This commit is contained in:
@@ -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'])
|
||||
|
||||
Reference in New Issue
Block a user