mirror of
https://github.com/ollama/ollama-python.git
synced 2026-04-17 12:58:17 +08:00
update docs
This commit is contained in:
parent
eff2afd827
commit
a26537c188
@ -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'])
|
||||
|
||||
Loading…
Reference in New Issue
Block a user